A Node.js application that allows the user to look up when the next planned power outage of their locality will occur.
The application pulls data from CEB via this dataset.
Note: Current state of the app only serves to query the dataset, push notification features are under development π§
Download Node on your machine from here and install the required NPM packages;
npm i express node-fetch
Clone the repo;
git clone https://github.com/wazeerc/popn
Start the node server within the project directory;
npm run start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! π
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Not affiliated with CEB in any way. This is a personal project and is not endorsed by CEB. Data is fetched from the above mentionned dataset but not directly from CEB.