SheHacks 2014 - the smart foxies
Travelling on public transport can be so dull, right? You stare out of the window and suddenly someone walks by with an awesome book in their hands. You wanna know what it is! NOW!
It's an open source application for book lovers. It allows you to have your own virtual library and manage your bookshelves and books in it. you will be able to search your book and add it to your following bookshelves. 1- Favourites 2- To read list 3- Reading it now 4- You have read it
It uses your geolocation and shows people around you (in progress). It also shows what are they reading now or their favourite books (hasn't implemented yet) You will be able to send the message (hasn't implemented yet)
It will able to suggest you a good books based on analysings others people bookshelves (hasn't implemented yet)
Behind-the-scenes technologies
This project is hosted on Windows Azure http://thesmartfoxies.azurewebsites.net/ It uses a cloud service hosted on http://thesmartfoxies.cloudapp.net/ to manage users and their locations
Are you interested to contribute?
Simply follow the following steps.
0- Clone the smart foxies repo
1- Fork the repo
2- Add the forked repo as your remote repo
git remote add username fork-url
3- Create a branch
4- Start fixing broken functionalities ;)
5- Commit your changes
6- Push your changes
7- Go to your github and ask for pull request
How to run it locally?
1- you need to install node.js
2- Download wbe-server.js from https://github.com/Azadehkhojandi/angular-seed/blob/master/scripts/web-server.js
3- Copy it the thesmartfoxies folder righ near index.html
4- Open node js command line or open your terminal
5- type node web-server.js
6- now browse http://localhost:8000/index.html