An open API service indexing awesome lists of open source software.

https://github.com/mannuelf/nytimes-jquery

Read the New York Times. Web API with jQuery.
https://github.com/mannuelf/nytimes-jquery

Last synced: 9 months ago
JSON representation

Read the New York Times. Web API with jQuery.

Awesome Lists containing this project

README

          

# Read the New York Times

Using NYTimes open API and jQuery.
https://developer.nytimes.com/

`DEMO:` [view demo](http://themwebs.me/labs/nytimes-jquery/)

Make calls to the API with search query and returns a list of articles.

In you command line and project root => do this
## Tab 1: Run App
```
$ npm install
```

```
$ npm start
```
This will kick off a webpack dev server at `http://localhost:8080`

## Tab 2: Run webpack
```
$ webpack --watch --pretty --colors
```
This will run a watch on your SRC directory and kick off new builds everytime a file changes.