Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/paulvollmer/fritzingparts
- Owner: paulvollmer
- Created: 2014-03-31T09:16:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T08:36:29.000Z (almost 10 years ago)
- Last Synced: 2024-10-04T23:41:20.782Z (about 1 month ago)
- Topics: fritzing, fritzing-parts
- Language: JavaScript
- Homepage: http://paulvollmer.github.io/FritzingParts
- Size: 12.6 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.htmlThe 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
---