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

https://github.com/protofire/livepeer-alerts-frontend

Provide pro-active alert notifications that will help LPT token holders to be updated and understand how the transcoders they are delegating the tokens to are performing in near real time
https://github.com/protofire/livepeer-alerts-frontend

Last synced: 12 months ago
JSON representation

Provide pro-active alert notifications that will help LPT token holders to be updated and understand how the transcoders they are delegating the tokens to are performing in near real time

Awesome Lists containing this project

README

          

# Livepeer Notifications

Provide pro-active alert notifications that will help LPT token holders to be updated and understand how the transcoders they are delegating the tokens to are performing in near real time

[![Coverage Status](https://coveralls.io/repos/github/protofire/livepeer-alerts-frontend/badge.svg?branch=master)](https://coveralls.io/github/protofire/livepeer-alerts-frontend?branch=master)
![](https://img.shields.io/github/issues/protofire/livepeer-alerts-frontend.svg)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/protofire/livepeer-alerts-frontend/issues)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/protofire/livepeer-alerts-frontend/master/LICENSE)

### Demo
[Live version is worth thousand word](https://livepeer.tools/)

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/protofire/livepeer-alerts-frontend)

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites
In order to develop livepeer-alerts-frontend, you'll need:

- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/)

### Installing

Clone this repository and install npm dependencies:

```
1) git clone git@github.com:protofire/livepeer-alerts-frontend.git
2) cd livepeer-alerts-frontend
3) npm install
4) Copy ".env.example" and rename it as ".env"
5) Edit your enviroment variables with your default api URL and the production mode (development/production)
6) npm start
7) Your development env will be running on "http://localhost:4040/" or in the url you defined on the .ENV file
```

## Running the tests

```
1) On the project folder run "npm test"

```

## Deployment

If you want to deploy the project on heroku for example,
once you finished the heroku configuration you need to put the deployment URL on the .ENV file as explained in the installation step

## Backend
You can take a look at the backend right [here](https://github.com/protofire/livepeer-alerts-backend)

## Built With

* [React](https://reactjs.org/docs/getting-started.html) - The web framework used
* [NPM](https://www.npmjs.com/) - Dependency Management
* [Web3](https://web3js.readthedocs.io/en/1.0/) - Ethereum JavaScript API
* [Axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js

## Contributing

Please read [CONTRIBUTING.md](https://github.com/protofire/livepeer-alerts-frontend/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/protofire/livepeer-alerts-frontend/blob/master/LICENSE) file for details