Skip to content

Re-created a simple weather website using Node.js, Express, and Axios for submitting an API request to MapQuest and DarkSky to retrieve location information and the current weather, respectively | Visit the Heroku link

Notifications You must be signed in to change notification settings

beastgetssavvy13/node-js3-weather-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Pixelated Coder 👨‍💻

Contributor : Kavish Pandit

Weather.io

Node-Js-Weather application using weather api
Visit the Heroku link 🔗 https://ancient-beyond-28813.herokuapp.com/

🎫 Uses node js with postman for meeting Endpoints of backend

🛠️ Used Hbh and Google Public API and Weather API

React-Redux app to track IT department tasks and issues. Uses JSON-Server as a mock backend.

🔑 Preview:


🚀 Installation and Utilities

📟- Node.js - JavaScript runtime

📟- Express - Server Framework

📟- Axios - Promise-based HTTP requests

📟- ESLint - Linting utility

📟- MapQuest API - Latitude and longitude

📟- DarkSky - Weather information

❗ Bugs

Before reporting bugs:

  • get the newest version of the Notes app

👥 Maintainers

Description

Re-created a simple weather website using Node.js, Express, and Axios for submitting an API request to MapQuest and DarkSky to retrieve location information and the current weather, respectively.

Deployed 📲

This app is deployed to Heroku.

Note 🔌

You will need to sign up for an API key at MapQuest and DarkSky to use this app locally via your localhost. Create a .env file in the root folder to store your keys and access them using the dotenv package.

Installing 🔌

After downloading or cloning the repo perform the following steps:

Open the project folder at the root in your terminal and run npm install to download the dependencies needed for this project.

Next, type node src/app.js to run the Express server which defaults to localhost:3000.

About

Re-created a simple weather website using Node.js, Express, and Axios for submitting an API request to MapQuest and DarkSky to retrieve location information and the current weather, respectively | Visit the Heroku link

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published