Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorodeghiero/datopian
Henry Hub Natural Gas - Daily Prices
https://github.com/mariorodeghiero/datopian
csv-files d3 data-visualization nodejs react styled-components
Last synced: 21 days ago
JSON representation
Henry Hub Natural Gas - Daily Prices
- Host: GitHub
- URL: https://github.com/mariorodeghiero/datopian
- Owner: mariorodeghiero
- License: mit
- Created: 2020-02-02T14:47:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:19:50.000Z (about 2 years ago)
- Last Synced: 2024-11-15T22:33:01.321Z (3 months ago)
- Topics: csv-files, d3, data-visualization, nodejs, react, styled-components
- Language: JavaScript
- Homepage: https://mariorodeghiero.github.io/datopian/
- Size: 3.22 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: License
Awesome Lists containing this project
README
Check online here.
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT)
## Prerequisites
- [Node](https://nodejs.org/en/)
- [NPM Package Manager](https://www.npmjs.com/)## Install
First, clone the repo via git:
```bash
$ git clone https://github.com/mariorodeghiero/datopian.git your-project-name
```And then install dependencies with npm.
```bash
$ cd your-project-name
$ npm install
```## Run **Front-End**
```bash
$ npm run start
```Run the app in the development mode.
Open [http://localhost:3000/](http://localhost:8080/) to view it in the browser.The page will reload if you make edits.
## Install and Run **Scripts to create CSV files**
```bash
$ cd data
``````bash
$ npm install
``````bash
$ npm run create-daily-prices
```## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Author
- [Mário Antônio do Amaral Rodeghiero](https://github.com/mariorodeghiero)
## Contributors
| [![Mário Rodeghiero](https://avatars1.githubusercontent.com/u/24671133?s=88&v=4)](https://github.com/mariorodeghiero) |
| --------------------------------------------------------------------------------------------------------------------- || [Mário Rodeghiero](https://github.com/mariorodeghiero)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details