Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.83 KB

File metadata and controls

47 lines (37 loc) · 1.83 KB

📰 NYT API 📰

LT;DR 🗞️  ⚡Check it out on GitHub pages ⚡  🗞️

AngularJS app which loads nytimes articles from the NYT API via http requests and displays them as a collection. Articles are loaded in groups of 10 and stored in a list. Built with Pug, Sass and Gulp.

image

Getting Started

Below you will find instructions for setting the project up on your computer.

Prerequisities

You will need the following tools to run the project:

Installing

Navigate to a folder on your machine where you are happy to place the project folder.

Open up your command-line interface and type:

git clone https://github.com/Bamblehorse/NYT-API

Now change directories into the project directory:

cd NYT-API

Install the project dependencies with Npm:

npm install

Run the Gulp default task:

gulp

If the project hasn't automatically opened in your browser, click here.

Built With

Author

License

See the license file for details