Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opennem/opennem-fe
An Open Platform for National Electricity Market Data
https://github.com/opennem/opennem-fe
australia bulma-css d3 d3js national-electricity-market nuxt nuxtjs vue vuejs
Last synced: 26 days ago
JSON representation
An Open Platform for National Electricity Market Data
- Host: GitHub
- URL: https://github.com/opennem/opennem-fe
- Owner: opennem
- License: mit
- Created: 2017-09-16T01:54:29.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T08:45:28.000Z (5 months ago)
- Last Synced: 2024-06-11T17:50:45.309Z (5 months ago)
- Topics: australia, bulma-css, d3, d3js, national-electricity-market, nuxt, nuxtjs, vue, vuejs
- Language: Vue
- Homepage: https://opennem.org.au
- Size: 30.6 MB
- Stars: 61
- Watchers: 4
- Forks: 10
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- open-sustainable-technology - OpenNEM - Aims to make the wealth of public Australian Electricity Market data more accessible to a wider audience. (Energy Systems / Energy Data Accessibility and Integration)
README
# OpenNEM Energy Market Platform
![logo](https://developers.opennem.org.au/_static/logo.png)
**NOTE: This is the frontend project** For the core project and any issues see [opennem/opennem](https://github.com/opennem/opennem)
The OpenNEM project aims to make the wealth of public National Electricity Market (NEM) data more accessible to a wider audience.
OpenNEM is a project of the [Energy Transition Hub](http://energy-transition-hub.org/).
Project homepage at https://opennem.org.au
Find us on [twitter](https://twitter.com/OpenNEM)
Developed by:
- [Dylan McConnell (@dylanjmcconnell) | Twitter](https://twitter.com/dylanjmcconnell)
- [simon holmes à court (@simonahac) | Twitter](https://twitter.com/simonahac)
- [Steven Tan (@chienleng) | Twitter](https://twitter.com/chienleng)
- [Nik Cubrilovic (@dir) | Twitter](https://twitter.com/dir) [Website](https://nikcub.me)---
## Development
This project uses [Yarn (v1 - classic)](https://classic.yarnpkg.com/lang/en/) for package management, ensure that Yarn is installed globally first.
```sh
$ yarn install
```This will install the required Node packages.
### Run the dev server
```sh
$ yarn dev
```This wil run the local [`Nuxt`](https://nuxtjs.org/) dev server, you should be able to open `http://localhost:3000/` in your browser, by default the public facing Opennem API will be used.
---
## Issues
File issues at the main [OpenNEM Repository](https://github.com/opennem/opennem) and label them as frontend.
---
## License
OpenNEM is MIT licensed.