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.
- Fork this repository
- Make edits with your favorite tools, and commit your code
- Click the Live Demo button on your repository to view the results of your changes.
- Share your app with your friends on Kik Messenger! The link is provided to you when you click on the Live Demo button.
Note: To use the Live Demo button on your own fork, you will need to sign up for a Kite account. To sign up, simply, click the Live Demo button on your own repository.
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.