Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.69 KB

README.md

File metadata and controls

57 lines (41 loc) · 2.69 KB

Sunayana Thaddious Shubham Maximillian James

RAFT

Regional Assessments of Future Temperatures

Overview

This application pulls data from the NOAA Api and then uses that data to predict the temperatures of a specified year and specified county. Currently, this application only supports locations in the United States.

This is the frontend repository. The backend can be found HERE

Contributions:

  • Sunayana Sharma (yanassss)
  • Thaddious Gorges (ThaddG)
  • Shubham Tiwari (Killaskt)
  • Maximillian Hendricks (maxh24)
  • James Bradbury (codemonkeman)

Setup

  1. Open the command prompt or terminal
  2. Clone the repository: git clone https://github.com/lhei-git/RAFT.git
  3. Navigate to the new directory: cd RAFT
  4. In your terminal (while open to the project directory): yarn install
  5. Get a Google Maps API environment key; follow these steps if you dont know how
  6. Create a file named .env and place your key inside it

Development

You can run this service locally using the yarn start command. While running locally be sure to pay attention to the console output. The service should run on http://localhost:3000 in your browser.

Deployments

This project is deployed to AWS Amplify via github. The main branch is set to directly push changes to Amplify.

Environments

Name URL
Prod https://main.d2abngs37ihyem.amplifyapp.com/

Dependencies