Skip to content

Latest commit

 

History

History
executable file
·
29 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
29 lines (14 loc) · 1.21 KB

Image Search Kite

Image Search is an official open sourced Kik Messenger app that allows you to search for images and share them with your friends on Kik.

Local Setup

From the command line:

  1. Navigate to the root /image-search directory, then run npm install. NPM will look at package.json and automatically install the necessary local dependencies listed there.

Unfamiliar with npm or if you don't have node installed? That's okay! NPM stands for node packaged modules and is a way to manage development dependencies through node.js. Download and install node.js before proceeding.

Run Debug Server

  1. Run npm start
  2. Visit localhost:5000 on your browser to see the app running.

Kik Developer Resources

All developer resources can be found on http://dev.kik.com.

Copyright and License

Code released under the MIT license. Code and documentation copyright 2014 Kik Interactive, Inc.