Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

cadams8238/temperatures_codeChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather History

This app allows you to get weather history data from the current date and all the previous 7 days from that date. You're able to search cities from all across the globe including:

  • San Francisco, CA
  • Amsterdam, Netherlands
  • Oakland, CA
  • Rome, Italy
  • Cleveland, OH
  • Tel Aviv, Israel
  • New York City, NY
  • Murmansk, Russia
  • Istanbul, Turkey

How to Set Up Locally

  1. Clone repo into it's own directory and navigate into that directory
  2. Install dev dependencies by running npm install
  3. Set up .env file
    1. Create .env in root folder
    2. Create a variable for your API key from APIXU Weather API.
    • Format like this: REACT_APP_API_KEY=yourSecretKey
  4. To run app locally, (from the root folder in your terminal) run npm start
    • This will open a tab in your browser and run the app on localhost:3000
  5. To run tests, run npm test
    • A test report will be shown in your terminal

Technologies Used

  • React
  • Redux
  • CSS Modules
  • Moment
  • Nivo
  • Enzyme
  • APIXU Weather API

This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published