Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hari2309s/emissions-ui
UI for the emissions data from the European Space Agency’s Sentinel-5P earth observation satellite.
https://github.com/hari2309s/emissions-ui
climate-change emissions-api klimaschutz
Last synced: 20 days ago
JSON representation
UI for the emissions data from the European Space Agency’s Sentinel-5P earth observation satellite.
- Host: GitHub
- URL: https://github.com/hari2309s/emissions-ui
- Owner: hari2309s
- Created: 2024-04-21T11:47:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T22:01:48.000Z (8 months ago)
- Last Synced: 2024-04-22T14:28:04.192Z (8 months ago)
- Topics: climate-change, emissions-api, klimaschutz
- Language: CSS
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emissions UI
UI for the emissions data from the European Space Agency’s Sentinel-5P earth observation satellite built with Next.js, React, and TypeScript.
## Tech Stack
- TypeScript
- React 18
- Next.js
- Chart.js## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Or just take a look at the deployed application here - [Emissions UI](https://hari2309s.github.io/emissions-ui)
## Learn More
To learn more about the Emissions API behind the application, take a look at [Emissions API](https://emissions-api.org)