Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 956 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 956 Bytes

A mini project that displays weather info of cities in the dummy database

Demo

Technologies

  • HTML -Text Markup Language
  • CSS - Stylesheet language
  • NodeJS - Runtime Environment
  • ExpressJs - Web Application Framework
  • Axios - Promise based HTTP client for the browser and node.js

Installation

  • Install NodeJS on your computer
  • Clone this repository using git clone https://github.com/vincentiroleh/fakeWeather
  • Change director cd fakeWeather
  • Run npm install to install all dependencies
  • Run npm start to start the server
  • Navigate to localhost:3000 in browser to access the application

Author

Vincent Iroleh