hyosunko / air-quality-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Air Quality App

Air Quality using Rails

Built With

Installing

A step by step installation process

  1. Clone the github repo
git clone https://github.com/hyosunko/air-quality-app.git
  1. Install Gems
bundle install
  1. get api key from https://docs.airnowapi.org/

  2. create .env file and save api key inside .env file

AQI_API_KEY="Your-AirNow-API-KEY"
  1. Update bundle
bundle install
  1. Start rails server
rails server
  1. Open browser
http://localhost:3000

Deployment

Heroku is the best place to deploy rails app. Please refer Heroku documentation

Add AQI_API_KEY in Config Vars after deploying on Heroku.

Live Demo

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About


Languages

Language:Ruby 75.1%Language:HTML 18.0%Language:JavaScript 3.3%Language:CSS 3.1%Language:CoffeeScript 0.6%