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

https://github.com/mujahidk/pipanther

APIs for Raspberry Pi
https://github.com/mujahidk/pipanther

raspberry-pi react sense-hat

Last synced: 12 months ago
JSON representation

APIs for Raspberry Pi

Awesome Lists containing this project

README

          

Pi Panther
===========
APIs for Raspberry Pi, Sense HAT, GPIO and more.

Requirements
------------
- Raspberry Pi
- Sense HAT

Setup & deployment
------------------
_*Placeholder_

Development environment
-----------------------
_*Placeholder_

### Running server
In the application root directory run the following script.
```shell
./run.sh
```

### Running tests
In the `src` directory run the following command.
```shell
python -m unittest discover -s tests -v
```

### Python Lint
In the root directory run the following command.
```shell
pylint src/app/
```

Projects used
-------------
- [Flask](http://flask.pocoo.org)
- [Sense HAT Python module](https://pythonhosted.org/sense-hat/)
- [React](https://facebook.github.io/react/)
- [Webpack](https://webpack.github.io/)
- and more...

TODO
----
- [ ] README updates
- [ ] Development only configuration
- [ ] Cross Origin HTTP Header for all routes
- [ ] Improve test cases
- [ ] Sample web components
- [ ] Continuous integration

Contributors
------------
- [Mujahid Khaleel](https://github.com/mujahidk)

Licensing
-------
The MIT License (MIT). See [LICENSE](LICENSE) for full license text.

Raspberry Pi is a trademark of the Raspberry Pi Foundation.