Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.29 KB

Kivik Locator (aka... Ikea Product Lookup)

This app uses Twilio SMS to accept Ikea article numbers. Once an article number is submitted, the app returns all relevant information (name, price, location in warehouse, URL). Once the shopper is ready to pickup the items in the warehouse, the shopper texts “Done”. The app then returns all their items with their locations.

Blog Post!

Usage

Ikea shoppers submit articles numbers and receive product information.

Example of it working Example of it working

Installation

Step-by-step on how to deploy, configure and develop this app.

Create Credentials

  1. Create Twilio account or use existing. Buy a new phone number.

  2. Create Bitly API key.

Setup Heroku Account & Database

  1. Create Heroku app

  2. Add PostgreSQL database addon

  3. Use items.sql and users.sql to create two tables

Configuration

  1. Enter Credentials in local_settings.py