graphql news api using newsapi.org
git clone git@github.com:aruntk/news-api.git
cd news-api
npm installRegister on newsapi.org
Get the api key
export NEWS_API_KEY="your_newsapi_key_goes_here"
npm startGo to localhost:3010
GraphiQL = localhost:3010/graphiql