lookr-uppr
A sweet no fluff reverse phone lookup app. See working demo. https://ryan-kite.com/lookr-uppr/ Just enter a phone number and get instant information about the phone number, owner, and location.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
How to obtain your own developer API Key (required)
- Go here: https://pro.whitepages.com/developer/
- Choose the Global Reverse Phone API > Get a Free API Key
- Create account > login here: https://pro.lookup.whitepages.com/sign_in
- Boom! you should now have access the free API Key
How to import your API Key to the app
- Create a file called config.js in the project root (next to main.js)
- Copy, paste and save this export statement to config.js with your new API Key:
export default {
key: 'replace-this-with-your-own-api-key'
}
- You're done!