/promises-demo

The code to accompany the JavaScript Promises video for NSS students

Primary LanguageJavaScript

Using JavaScript Promises to Load Map Tiles - Variation

This repository has the code that I used for the JavaScript Promises video for Nashville Software School students.

How to Run

  1. Install http-server with npm install -g http-server
  2. Clone this repository to your local machine
  3. cd to the project directory
  4. Run http-server
  5. Open http://localhost:8080 in your favorite browser and watch the tiles load.