Skip to content

ryan-kite/lookr-uppr

Repository files navigation

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)

  1. Go here: https://pro.whitepages.com/developer/
  2. Choose the Global Reverse Phone API > Get a Free API Key
  3. Create account > login here: https://pro.lookup.whitepages.com/sign_in
  4. Boom! you should now have access the free API Key

How to import your API Key to the app

  1. Create a file called config.js in the project root (next to main.js)
  2. 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'
}
  1. You're done!

About

Lightweight reverse phone lookup single page application built with Vue, Webpack, Babel, Element-UI, and Bootstrap 4. Using the Whitepages PRO API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published