aonemd / weatherpin

Get weather instantly

Home Page:https://weatherpin.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherpin

Get current weather instantly

Installation

  • Install ruby 2.5.0 and yarn
  • Make a copy of all the files that end in .example under config/ and add your own settings
  • Run bundle install and bin/yarn install to get all the dependencies
  • Run touch tmp/caching-dev.txt to run the application in development with caching enabled
  • Run the server rails server
  • Run the test suite using rails test
  • Run rubocop using rubocop

Future Points/Todos

  • Get user location and weather using Geolocation API
  • [] Add the ability to view weather for multiple locations
  • [] Change the weather in realtime
  • Setup and deploy the app on heroku
  • Add the ability for authenticated users to post their weather

License

See LICENSE.

About

Get weather instantly

https://weatherpin.herokuapp.com

License:MIT License


Languages

Language:Ruby 68.9%Language:Vue 14.6%Language:HTML 9.1%Language:JavaScript 4.5%Language:CSS 2.8%