Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 506 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 506 Bytes

📦 Parcel Tracking

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

Demo

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
  2. Create config.js file in root folder with:
const config = {
    NP_KEY: 'Place here your own API key'
}

Technology used:

  • HTML
  • CSS
  • JavaScript