Giter Club home page Giter Club logo

arduino-libraries's Introduction

Arduino Library List

This is the code repository that generates the arduinolibraries.info website.

It is a statically generated website.

The steps to generate the site are:

  1. Download the library_index.json file from arduino.cc.
  2. Convert the JSON file into indexes that make it easy to generate the site
  3. Generate the HTML files for the homepage and each of the sections
  4. Generate a sitemap listing all the files that were generated
  5. Upload the files to the web server

Development

The scripts that generate the website are written in Ruby. You may need to install a recent version of ruby of my computer before you can run the scripts.

First make sure you have Bundler installed:

$ gem install bundler

Then install all the dependencies:

$ bundle install

To build a copy of the website on your local machine run:

$ rake build

This will download the required data, and generate all the HTML files.

You can then run a web-server locally on your machine to view the site:

$ rake server

And then open the following URL in your browser: http://localhost:3000/

The files that define what the pages look like are in the views folder.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/njh/arduino-libraries. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

arduino-libraries's People

Contributors

njh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.