Skip to content

jayzeng/imagefetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image sharing chatroom ( written by Jay Zeng, @nieksand Niek Sanders )

Just type a keyword in to the search box. We pull the first google image search result and show it to everyone connected to the webpage.

  • socket.io and node.js for broadcasting the images
  • jQuery for DOM manipulation
  • jsonp for cross-site request to Google API
  • bootstrap for UI

How to run:

TODO:

  • Add unit test
  • User Auth and session management

Demo app: http://fetchmyimage.herokuapp.com/

Steps to deploy on Heroku:

  • heroku apps:create fetchmyimage
  • npm install
  • git push heroku master
  • heroku ps:scale web=1

Heroku references:

About

image fetcher

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published