Skip to content

Single feature app showing h2 stations in Europe

Notifications You must be signed in to change notification settings

MinThaMie/h2stations

Repository files navigation

H2 Tanken

This tiny app shows info in a responsive way about the Dutch H2 stations. It uses the data provided by h2.live.

Netlify Status

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:MinThaMie/h2stations.git this repository
  • cd h2stations
  • npm install

Running / Development

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.