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
- Host: GitHub
- URL: https://github.com/mujahidk/pipanther
- Owner: mujahidk
- License: mit
- Created: 2016-03-26T04:09:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T00:22:55.000Z (about 6 years ago)
- Last Synced: 2025-01-03T00:22:53.125Z (about 1 year ago)
- Topics: raspberry-pi, react, sense-hat
- Language: Python
- Homepage: http://pipanther.com
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.