Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icherya/parcel-tracking
- Owner: iCherya
- Created: 2020-07-11T15:30:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T06:59:27.000Z (over 4 years ago)
- Last Synced: 2024-11-06T06:44:41.889Z (about 2 months ago)
- Topics: css, html, javascript, js, novaposhta, novaposhta-api, pet-project
- Language: HTML
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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