Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulvollmer/fritzingparts

Fritzing Parts Website Mockup
https://github.com/paulvollmer/fritzingparts

fritzing fritzing-parts

Last synced: 19 days ago
JSON representation

Fritzing Parts Website Mockup

Awesome Lists containing this project

README

        

# FritzingPartsApi

Small mockup of an Api like webpage to request the different Fritzing Parts files.

## Idea

Generate a static HTTP Api of the data of the Fritzing Parts.
To bring up online the Api we use the Jekyll Server running on GitHub Pages.

## Development

**This is in experimental state!**

The following files/folders will be generated by the `make build` task

parts/
parts.json
parts.html

The Makefile is splitted into different tasks. This tasks generates different files we need to generate the website.

To run the jekyll server on your local machine, execute the following command:

make server

---