Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 353 Bytes

readme.md

File metadata and controls

7 lines (6 loc) · 353 Bytes

Vue.js News

Single page app to demonstrate how to fetch data from a remote API. Uses data from the NYTimes.

To run this demo:

  • Clone this repo.
  • Copy config.js.example to config.js, and edit in your NYTimes API key. You can get that here: https://developer.nytimes.com.
  • Open index.html in your web browser.