Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

These examples utilize the 'Most Popular' and 'Semantic' public APIs from The New York Times.

To run the servers examples, you'll need to generate a set of API keys and embed them in the appropriate config files.

  1. If you haven't already, register for API keys by requesting a key here: http://developer.nytimes.com/signup
  2. Create a key for the "Most Popular API" and the "Semantic API" and add them to the proper 'config.json' and '.env' files.

servers

  • Contains several examples using the gizmo/server package.

pubsub

  • Contains several examples using the gizmo/pubsub package.

nyt

  • Contains a small API client used throughout the example.