All Projects → gilmaimon → ArduBadge

gilmaimon / ArduBadge

Licence: MIT license
ArduBadge gives you GitHub Badges for you Arduino Libraries. The badge shows the latest version available and custom installation instructions.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to ArduBadge

SparkFun MMA8452Q Arduino Library
SparkFun Triple Axis Accelerometer Breakout - MMA8452Q Arduino Library
Stars: ✭ 16 (-33.33%)
Mutual labels:  arduino-library
Commander
Arduino Command Line Utility
Stars: ✭ 20 (-16.67%)
Mutual labels:  arduino-library
Arduino-GPIO
General Purpose Input/Output (GPIO) library for Arduino
Stars: ✭ 43 (+79.17%)
Mutual labels:  arduino-library
ArduZ80
The first Z80 emulation library for Arduino
Stars: ✭ 44 (+83.33%)
Mutual labels:  arduino-library
Arduino
🚀 Proyectos de todo tipo para arduino utilizando sus sensores y actuadores. 🤖
Stars: ✭ 27 (+12.5%)
Mutual labels:  arduino-library
scd30
arduino esp8266 ESP8266 SCD30 SCD-30 ESP32
Stars: ✭ 38 (+58.33%)
Mutual labels:  arduino-library
tfmini
An Arduino driver for the Benewake TFMini time-of-flight distance sensor
Stars: ✭ 32 (+33.33%)
Mutual labels:  arduino-library
Seeed Arduino Sketchbook
This library provides many Wio terminal demos and some other demo for seeed's product.
Stars: ✭ 64 (+166.67%)
Mutual labels:  arduino-library
awesome-badges
A curated collection of awesome things related to status badges
Stars: ✭ 182 (+658.33%)
Mutual labels:  badges
TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
Stars: ✭ 76 (+216.67%)
Mutual labels:  arduino-library
Arduino-USBMIDI
Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer
Stars: ✭ 98 (+308.33%)
Mutual labels:  arduino-library
miniboot
🏗️ An I2C bootloader for Arduino.
Stars: ✭ 62 (+158.33%)
Mutual labels:  arduino-library
Adafruit CAP1188 Library
Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout
Stars: ✭ 16 (-33.33%)
Mutual labels:  arduino-library
GSMSim
GSM Library for SIMCOM Modules on Arduino.
Stars: ✭ 99 (+312.5%)
Mutual labels:  arduino-library
asysbus
Arduino System Bus
Stars: ✭ 23 (-4.17%)
Mutual labels:  arduino-library
arduino-remote-uploader
Over-the-air arduino programming via xbee, wifi or nordic
Stars: ✭ 31 (+29.17%)
Mutual labels:  arduino-library
PalatisSoftPWM
Software PWM library for Arduino
Stars: ✭ 16 (-33.33%)
Mutual labels:  arduino-library
WiFiEspAT
Arduino networking library. Standard Arduino WiFi networking API over ESP8266 or ESP32 AT commands.
Stars: ✭ 178 (+641.67%)
Mutual labels:  arduino-library
SparkFun AutoDriver Arduino Library
Arduino library support for the SparkFun AutoDriver board based on the ST Micro L6470 stepper driver.
Stars: ✭ 14 (-41.67%)
Mutual labels:  arduino-library
jacoco-badge-generator
Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions
Stars: ✭ 53 (+120.83%)
Mutual labels:  badges

Maintainability dependencies Status

ArduBadge (Arduino Library-Manager Badge)

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.

Getting Started

  1. To get started visit The Website
  2. Look at the Go Badge Yourself section

  1. Replace MyLibrary with your own library name
  2. Copy the markdown code and use it in your README page!

Examples

Exisitng Libraries:

arduino-library-badge arduino-library-badge arduino-library-badge arduino-library-badge arduino-library-badge arduino-library-badge

Non-Existing Libraries:
arduino-library-badge arduino-library-badge

Contributing

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!

Dependencies

In order to have your own instance of the server, you need to first have:

Software Dependencies

  • MongoDB instance
  • Node.js & NPM
  • React

Node.js Dependencies

  • express
  • mongoose
  • request
  • gunzip-file
  • download-file
  • rimraf

Installing and Deployment

Clone the repository, and run:

  1. npm install - to install all server related Node.js dependencies
  2. cd client; npm install - to install all client related Node.js dependencies
  3. cd client; npm build - to build react client files
  4. npm start - to start the server

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].