Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minthamie/h2stations
Single feature app showing h2 stations in Europe
https://github.com/minthamie/h2stations
ember h2 pwa
Last synced: 23 days ago
JSON representation
Single feature app showing h2 stations in Europe
- Host: GitHub
- URL: https://github.com/minthamie/h2stations
- Owner: MinThaMie
- Created: 2023-02-19T18:28:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T22:14:01.000Z (9 months ago)
- Last Synced: 2024-10-14T06:41:17.179Z (23 days ago)
- Topics: ember, h2, pwa
- Language: JavaScript
- Homepage: https://h2tanken.netlify.app/
- Size: 554 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# H2 Tanken
This tiny app shows info in a responsive way about the Dutch H2 stations. It uses the data provided by [h2.live](https://h2.live).
[![Netlify Status](https://api.netlify.com/api/v1/badges/24a6abe8-aee5-4487-8bc4-600e82e335be/deploy-status)](https://app.netlify.com/sites/h2stations/deploys)
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://cli.emberjs.com/release/)## Installation
* `git clone [email protected]:MinThaMie/h2stations.git` this repository
* `cd h2stations`
* `npm install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).### Running Tests
* `ember test`
* `ember test --server`### Linting
* `npm run lint`
* `npm run lint:fix`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Netlify
The deploy will happen from the `main` branch directly thanks to Netlify. The data that is used for this app comes from a `Netlify function` that you can run be doing `netlify functions:serve` if you've installed `netlify-cli`.