Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-kurkowski/yoshinom
A linkable photostream of the best of http://instagram.com/yoshinom, with ratings of the restaurants and recipes.
https://github.com/john-kurkowski/yoshinom
Last synced: 18 days ago
JSON representation
A linkable photostream of the best of http://instagram.com/yoshinom, with ratings of the restaurants and recipes.
- Host: GitHub
- URL: https://github.com/john-kurkowski/yoshinom
- Owner: john-kurkowski
- Created: 2015-01-12T00:26:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T08:06:46.000Z (over 7 years ago)
- Last Synced: 2024-10-30T12:25:28.501Z (2 months ago)
- Language: JavaScript
- Homepage: http://yoshinom.herokuapp.com
- Size: 470 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yoshinom [![Build Status](https://travis-ci.org/john-kurkowski/yoshinom.svg?branch=master)](https://travis-ci.org/john-kurkowski/yoshinom) [![Code Climate](https://codeclimate.com/github/john-kurkowski/yoshinom/badges/gpa.svg)](https://codeclimate.com/github/john-kurkowski/yoshinom)
A linkable photostream of the best of
[@Yoshinom](http://instagram.com/yoshinom), with ratings of the restaurants and
recipes. May cause salivation. Please do not lick your screen.
[https://yoshinom.herokuapp.com](https://yoshinom.herokuapp.com)## Prerequisites
You will need the following things properly installed on your computer.
* [Bower](http://bower.io/)
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* `cd yoshinom`
* `npm install`
* `bower install`## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
* `git push origin master`
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)