Demonstrates some of Integreat's features.
Clone git repository:
git clone https://github.com/kjellmorten/integreat-examples.git
Create a .env file with the following API keys:
NYTIMES_API_KEY=<key>
Links for acquiring API keys:
- NYTIMES: http://developer.nytimes.com/signup
> DEBUG=great,great:* node
node > const great = require('.')
node > ...