Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laras126/flysolo
An app to add bars to a list. Built with AngularJS and the Foursquare API. It has a cute domain, and is far from finished.
https://github.com/laras126/flysolo
Last synced: 2 days ago
JSON representation
An app to add bars to a list. Built with AngularJS and the Foursquare API. It has a cute domain, and is far from finished.
- Host: GitHub
- URL: https://github.com/laras126/flysolo
- Owner: laras126
- Created: 2014-08-24T04:44:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T03:32:17.000Z (about 10 years ago)
- Last Synced: 2024-11-09T03:08:04.005Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://flysolo.in
- Size: 270 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Welcome to Fly Solo
A playground for Lara to learn more JavaScript and other stuff under the pretense of being a mobile web app to track cocktail bars that are good to go to alone.
It would have really cute URLs:
* flysolo.in/nyc
* flysolo.in/bos
* flysolo.in/pgh
* flysolo.in/sf
* flysolo.in/dc
* etc, etc.Bare in mind none of that exists yet (other than a purchased domain), and probably won't for a while.
### Things I am learning with this project
* Angular (despite the progressive enhancement buzz, I still want to learn it)
* Foursquare API (big time thanks to [Carl Colombo's angular-foursquare repo](https://github.com/carlo-colombo/angular-foursquare))
* Forms and stuff
* Geolocation
* Yoeman and Bower and Grunt and complicated build stuff### Todos
Ultimately (or at least what I'm thinking at the moment), this will allow a user to:
1. Authenticate with Foursquare
2. Find a bar by typing in it's name
3. See details about the bar
4. Save the bar to a public Foursquare list
5. View the listThere's also a file called stories.txt that has some more info, mainly "nice to haves". This list is much more feasible.
It'd be cool to not depend on Foursquare lists, and use MongoDB instead - that will be phase 2.
#### Cool!