A mini project that displays weather info of cities in the dummy database
- 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
- 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
Vincent Iroleh