Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabrice404/esb-data-download
https://github.com/fabrice404/esb-data-download
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabrice404/esb-data-download
- Owner: fabrice404
- Created: 2024-07-22T18:05:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T10:56:32.000Z (about 2 months ago)
- Last Synced: 2024-12-03T11:36:43.599Z (about 2 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESB Data Download
## Overview
The ESB Data Download repository is designed to facilitate the downloading of data from the ESB (Electricity Supply Board) systems. This project provides scripts and configurations to automate the data retrieval process.
## Features
- Automated data download
- Easy configuration via environment variables
- Written in JavaScript## Prerequisites
- Node.js
- npm## Installation
1. Clone the repository:
```sh
git clone https://github.com/fabrice404/esb-data-download.git
cd esb-data-download
```2. Install dependencies:
```sh
npm install
```3. Copy the example environment file and configure it:
```sh
cp .env.example .env
```
Edit the `.env` file with the necessary configuration.## Usage
Run the data download script:
```sh
node index.js
```## Configuration
The `.env` file includes the following configuration options:
- `ESB_USER`: Email address
- `ESB_PASS`: password## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
## License
This project is licensed under the MIT License.