Skip to content

Commit bdf017e

Browse files
authored
Merge pull request #12 from GhostTypes/docs-add-tech-badges
Add tech stack badges to README
2 parents dce6cc0 + 75359a0 commit bdf017e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
<div align="center">
22
<h1>FlashForge TypeScript API</h1>
3+
<p>
4+
<img src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript">
5+
<img src="https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white" alt="Node.js">
6+
<img src="https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white" alt="NPM">
7+
<img src="https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white" alt="Jest">
8+
<img src="https://img.shields.io/badge/axios-671ddf?style=for-the-badge&logo=axios&logoColor=white" alt="Axios">
9+
</p>
310
<p>
411
A robust, cross-platform API for FlashForge 3D printers, created through
512
reverse-engineering the communication between the printers and FlashForge software.
613
</p>
14+
<p>
15+
<img src="https://img.shields.io/github/stars/GhostTypes/ff-5mp-api-ts.svg?style=for-the-badge&labelColor=black&color=yellow" alt="Stars">
16+
<img src="https://img.shields.io/github/forks/GhostTypes/ff-5mp-api-ts.svg?style=for-the-badge&labelColor=black&color=blue" alt="Forks">
17+
</p>
718
</div>
819

920

0 commit comments

Comments
 (0)