Visit the website! www.ardu-badge.com
With the Arduino Library-Manager
"Badge" (now ArduBadge
) you can notify your users and GitHub visitors that your library is available for download via the built-in Arduino IDE Library Manager
.
The badge will show whether the library is available in the Library Manager and if so, what is the latest release available. Clicking on the badge will open up a custom explanation for new users on how to install libraries with the Library Manager and Arduino IDE.
- To get started visit The Website
- Look at the
Go Badge Yourself
section
- Replace
MyLibrary
with your own library name - Copy the markdown code and use it in your README page!
Exisitng Libraries:
Contributions are welcome! If you have any good ideas in mind dont worry to try them! Firstly make issue about that so we can discuss it. If this issue will be closed and maintainers like your idea, fork this repo and make pull request. When doing this please respect rules included in this file. It includes theese rules and many more. Thanks for your help!
In order to have your own instance of the server, you need to first have:
- MongoDB instance
- Node.js & NPM
- React
- express
- mongoose
- request
- gunzip-file
- download-file
- rimraf
Clone the repository, and run:
npm install
- to install all server related Node.js dependenciescd client; npm install
- to install all client related Node.js dependenciescd client; npm build
- to build react client filesnpm start
- to start the server
This project is licensed under the MIT License - see the LICENSE.md file for details