Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 721 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 721 Bytes

Simple React Temperature Gauge Example

The App

This is a simple temperature gauge application that I created for my blog to compare and contrast React, Vue and Angular. https://thewebhacker.com/react-vs-vue-vs-angular-showdown-part1-react/

To run this application you need node and nvm installed. Here's how you can get it up and running:

  1. Clone the repo into a local directory.
  2. In that directory run nvm use && nvm install
  3. Now start the application by running npm run start
  4. Sign up for free API credentials at Open Weather and plug them into src/OpenWeatherService.js

You're up and running. Hack around with it then come tell me what you think!