https://github.com/sectasy0/rails-weather
https://github.com/sectasy0/rails-weather
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sectasy0/rails-weather
- Owner: sectasy0
- Created: 2021-07-05T06:23:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T06:24:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T08:45:36.611Z (over 1 year ago)
- Language: Ruby
- Size: 290 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails-weather
## Installation
```sh
git clone https://github.com/sectasy0/rails-weather.git
cd rails-weather
bundle install
```
## run app
```sh
rails server
```