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.
- Host: GitHub
- URL: https://github.com/mannuelf/nytimes-jquery
- Owner: mannuelf
- Created: 2016-10-23T17:11:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T18:38:46.000Z (over 9 years ago)
- Last Synced: 2025-03-12T11:32:06.374Z (over 1 year ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.