-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e892c7e
commit d139d70
Showing
1 changed file
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,52 @@ | ||
# SEL0373 | ||
<h1 align="center" style="color:white; background-color:black">Sharp Probe</h1> | ||
<h4 align="center">[Probe for climate data acquisition using MQTT. This project was developed as SEL0373 course final project.]</h4> | ||
|
||
<p align="center"> | ||
<a href="https://sharpprobe-fernando-zanchettas-projects.vercel.app/"> | ||
<img src="https://img.shields.io/badge/Sharp-Probe-black?style=for-the-badge"/> | ||
</a> | ||
<a href="https://sel.eesc.usp.br/"> | ||
<img src="https://img.shields.io/badge/Linked%20to-SEL--EESC--USP-black?style=for-the-badge"/> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/blob/main/LICENSE"> | ||
<img src="https://img.shields.io/github/license/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge"/> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/issues"> | ||
<img src="https://img.shields.io/github/issues/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge"/> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/commits/main"> | ||
<img src="https://img.shields.io/github/commit-activity/m/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge"> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/graphs/contributors"> | ||
<img src="https://img.shields.io/github/contributors/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge"/> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/commits/main"> | ||
<img src="https://img.shields.io/github/last-commit/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge"/> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/issues"> | ||
<img src="https://img.shields.io/github/issues-raw/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge" /> | ||
</a> | ||
<a href="https://github.com/${{ env.REPOSITORY_FULL_NAME }}/pulls"> | ||
<img src = "https://img.shields.io/github/issues-pr-raw/${{ env.REPOSITORY_FULL_NAME }}?style=for-the-badge"> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="#environment-and-tools">Environment and Tools</a> • | ||
<a href="#steps-to-run-and-debug">Steps to run and debug</a> • | ||
</p> | ||
|
||
## Environment and tools | ||
|
||
`Add list of dependencies and software needed to run this project (if possible add the versions that were used in development).` | ||
|
||
## Steps to run and debug | ||
|
||
`A simple list of steps indicating how one can run and test the project.` | ||
|
||
--- | ||
|
||
<p align="center"> | ||
<a href="https://sharpprobe-fernando-zanchettas-projects.vercel.app/"> | ||
<img src="https://img.shields.io/badge/Check%20out-Sharp Probe Oficial Website-black?style=for-the-badge" /> | ||
</a> |