Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icherya/parcel-tracking

📦 Parcels bulk tracking pet-project. Only works with Nova Poshta API for now.
https://github.com/icherya/parcel-tracking

css html javascript js novaposhta novaposhta-api pet-project

Last synced: about 4 hours ago
JSON representation

📦 Parcels bulk tracking pet-project. Only works with Nova Poshta API for now.

Awesome Lists containing this project

README

        

# 📦 Parcel Tracking
Parcels bulk tracking pet-project. Only works with Nova Poshta API for now.

![Demo](./img/bulk-tracking-demo.gif)

This repo is not contain config.js file with Nova Poshta API key. To work with this project you should:
1. Generate your own API key on [Nova Poshta Dev Center](https://devcenter.novaposhta.ua/)
2. Create config.js file in root folder with:
```javascript
const config = {
NP_KEY: 'Place here your own API key'
}
```

**Technology used:**
* HTML
* CSS
* JavaScript