Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)