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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T14:08:46.000Z (11 months ago)
- Last Synced: 2025-10-08T14:45:00.400Z (6 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.64 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
```