Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```