8000 GitHub - EV-Station-Finder/ev_station_finder_fe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

EV-Station-Finder/ev_station_finder_fe

Repository files navigation

EV Station Finder - Frontend

EV Station Finder allows users to find the nearest charging station for their electric vehicle. And to help them prepare, users will also see a 10-hour forecast in the station’s page. The guest user is able to utilize EV Station Finder with ease. A guest user can provide a location in the following ways:

  • zip code
  • full address
  • city and state

Additionally, the guest user can create an account for some added features:

  • Save favorite stations for easy access
  • Get step-by-step directions to the station (coming soon)

Acknowledgements

This app utilizes data from the EV Station Finder - Backend which aggregates data from NREL and OpenWeather external APIs.

Authors

Table of Contents

Built With

Continuous Integration

Deployed With

Gems Used

Getting Started

Prerequisites: To run this application you will need Ruby 2.5.3 and Rails 5.2.6

To get a local copy up and running follow these simple steps:

  1. Fork this repo
  2. Clone your forked repo to your local machine
    git clone <git@github.com:EV-Station-Finder/ev_station_finder_fe.git>
  3. Install gem packages
    bundle install

Usage

  1. Create rails database and migrate
     rails db:{create,migrate}
  2. Start rails server
    rails s
  3. Nagivate to http://localhost:3000/

Contributing

Contributions are welcome! And they are sincerely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/<your feature name>)
  3. Commit your Changes (git commit -m 'Add feature')
  4. Push to the Branch (git push origin feature/<your feature name>)
  5. Open a Pull Request

Project Started: 2021/08/21

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0