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

https://github.com/devincarr/datacap

A simple Flask server to check and update the current data cap of Internet.
https://github.com/devincarr/datacap

Last synced: 18 days ago
JSON representation

A simple Flask server to check and update the current data cap of Internet.

Awesome Lists containing this project

README

          

# datacap
A simple Flask server that runs locally to check current data cap of Internet.

## Running

- Make sure to have Flask, Request, and Python 2.7 installed.
- Run with `./start`
- Start the datacap server with a cap amount by connecting with: `http://datacaphostname/update?cap=0`

This server will run on port `8080` locally and is configured with the normal Raspian settings.

## Updating

`host.com/update?cap=` - Updates the cap and redirects to the homepage.