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. If you haven't already, register for API keys by requesting a key here: http://developer.nytimes.com/signup 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.