Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriciomutte/track-correios
📦 Terminal track Correios
https://github.com/mauriciomutte/track-correios
correios hacktoberfest track
Last synced: 12 days ago
JSON representation
📦 Terminal track Correios
- Host: GitHub
- URL: https://github.com/mauriciomutte/track-correios
- Owner: mauriciomutte
- License: mit
- Created: 2021-09-30T14:34:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T18:06:22.000Z (about 1 year ago)
- Last Synced: 2024-09-22T12:35:42.373Z (about 2 months ago)
- Topics: correios, hacktoberfest, track
- Language: TypeScript
- Homepage:
- Size: 360 KB
- Stars: 239
- Watchers: 4
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Track Correios
📦 Terminal track Correios
> ⚠️ **Warning:** Unfortunately, this project is currently non-functional as a result of the introduction of a captcha requirement in the Correios API.
## 🚀 Demo
![demo](https://user-images.githubusercontent.com/20569339/135551866-dcfcf2bc-c410-405b-924a-b46656014b4b.png)
## ✨ Usage
```
npx track-correios [code]
```## Development
### Developing with docker
To develop with docker you can build the image
```bash
docker build -t track-correios
```And run the application
```bash
docker run --rm track-correios:latest yarn start [code]
```### Developing without docker
To setup your development environment you'll need `node` and `yarn` installed on your machine.
To install the dependencies, run
```bash
yarn install
```To run your code use
```bash
yarn start [code]
```## 📣 Contributing
If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull Request. Any questions, ask me on Twitter.