Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonidshv/un-environment
The project provides a visualization of atmospheric emissions data. I gather the data from open sources like the UN (data.un) and partially from Wikipedia.
https://github.com/leonidshv/un-environment
data-un data-visualization environment nuxt3 un un-environment vue vue3
Last synced: 1 day ago
JSON representation
The project provides a visualization of atmospheric emissions data. I gather the data from open sources like the UN (data.un) and partially from Wikipedia.
- Host: GitHub
- URL: https://github.com/leonidshv/un-environment
- Owner: LeonidShv
- License: mit
- Created: 2024-01-01T21:04:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T20:58:43.000Z (7 months ago)
- Last Synced: 2024-11-28T03:12:28.122Z (2 months ago)
- Topics: data-un, data-visualization, environment, nuxt3, un, un-environment, vue, vue3
- Language: Vue
- Homepage: https://leonidshv.github.io/un-environment/
- Size: 1.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Task manager
`https://trello.com/b/OjZu7TVB/un-environment`
## Open data
`https://data.un.org/SdmxBrowser/start`
## Bundle analyze
npx nuxi analyze
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```## Production
Build the application for production:
```bash
# npm
npm run build
```Locally preview production build:
```bash
# npm
npm run preview
```