Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saadbazaz/vizier
📶 Manage your IoT devices with a few clicks
https://github.com/saadbazaz/vizier
arduino-uno dashboard internet-of-things iot management-application
Last synced: 25 days ago
JSON representation
📶 Manage your IoT devices with a few clicks
- Host: GitHub
- URL: https://github.com/saadbazaz/vizier
- Owner: SaadBazaz
- Created: 2020-10-03T12:26:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T08:02:51.000Z (almost 4 years ago)
- Last Synced: 2023-10-26T10:27:58.912Z (about 1 year ago)
- Topics: arduino-uno, dashboard, internet-of-things, iot, management-application
- Language: Vue
- Homepage: https://vizier.vercel.app
- Size: 320 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vizier
📶 Manage your IoT devices with a few clicksVizier helps you manage your microcontrollers in one clean and simple UI. You can add devices, create custom mappings to each pin, and manage authentication and logs, all from one place.
### How to use
To run the client (from root)
```cd vizier```
```npm run serve```The client must have the server running in the background in order to work properly.
For that (from root)
```cd vizier-server```
```node app.js```### Note
This app is under construction and I wish to keep it open-source. If you have any suggestions, feel free to drop a comment, Issue or Pull Request! Happy coding :)