Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)