Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emeric-martineau/3d-printers-for-hobbies
Source code of 3d-printer-for-hobbies.org
https://github.com/emeric-martineau/3d-printers-for-hobbies
Last synced: 16 days ago
JSON representation
Source code of 3d-printer-for-hobbies.org
- Host: GitHub
- URL: https://github.com/emeric-martineau/3d-printers-for-hobbies
- Owner: emeric-martineau
- Created: 2023-03-02T15:55:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T13:13:18.000Z (over 1 year ago)
- Last Synced: 2024-11-06T00:16:34.858Z (2 months ago)
- Language: JavaScript
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 3D Printers for hobbies
This repository contains sources files to generate web site of `3D Printers for hobbies`.
This repository contains two folders:
* `data` : contains all printers and manufacturer data
* `3d-printer-for-hobbies-app` : contains web site static html pages and all javascript script## Data folder
`static` folder contains static page written in markdown
`printers` contains printer data.
Exemple:
```
/data/printers/
/
summary-[lang].md <- summary of manufacturer
xxxx.yaml <- one printer
yyyy/ <- printer serie
zzzz.yaml <- one printer in serie
```
# LicencesCode are covered by Apache License 2.0
Data are covered by Creative Commones Attribution-NonCommercial-ShareAlike 4.0 International