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.
From the command line:
- Navigate to the root
/image-search
directory, then runnpm 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
- Run
npm start
- Visit localhost:5000 on your browser to see the app running.
All developer resources can be found on http://dev.kik.com.
Code released under the MIT license. Code and documentation copyright 2014 Kik Interactive, Inc.