Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/scandin
Networking enhanced with Glass (Server)
https://github.com/xasos/scandin
Last synced: about 1 month ago
JSON representation
Networking enhanced with Glass (Server)
- Host: GitHub
- URL: https://github.com/xasos/scandin
- Owner: xasos
- License: mit
- Created: 2015-01-17T08:07:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T00:42:15.000Z (over 4 years ago)
- Last Synced: 2024-10-14T21:18:21.553Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.9 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScandIn
Let's say you are at a conference or a hackathon. ScandIn lets you take a picture with Google Glass, and then it sends the image to our Node.js backend, uses a face recognition algorithm on the image to find one of the users that is already in our database, and then returns basic information about that person based on their LinkedIn data. Glass app is available [here](https://github.com/xasos/ScandIn-Glass). Built at MHacks V.
## Running ScandIn
```sh
$ npm install
$ vim config/secrets.js # Add your MongoDB URI + LinkedIn API Key
$ node app.js
```## License
[MIT License](LICENSE)