don41382 / vuejs-play-scala-instagram

full stack app with play scala, vue js, element ui and scalaz

Home Page:http://www.kussausliebe.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The wall of memories

Goal of the project is to display instagram pictures on your own website and make it possible to do more advanced API aggregation, e.g. show the first liker of a media.

Demo

Prologue

So, friends of mine were starting taking pictures until they get married. I guess for memory or something. And I thought, wow that's stressful and actually a cool idea.

A few days later, I somehow got engaged too and wanted to take there idea one step further. Creating a picture everyday and make it available to my friends and family. But wait: This platform already exists. It's called instagram. :)

True, but Instagram does not support to embed your pictures on your on own website. That's how I came up with that project.

What was used?

Full stack of the application:

Setup

  1. Get an instagram access token

In order to access the instagramm API, you'll need a access token. The easiest way of creating one, is following the instructions on Pixel Union

  1. Clone this repository

git clone git@github.com:don41382/vuejs-play-scala-instagram.git

  1. Create your own configuration

Edit a new file conf/application-dev.conf and add your instagram access token

include "application.conf"

instagram.token="--YOUR-KEY--"
  1. Run sbt with the configuration

sbt -Dconfig.file=config/application-dev.conf

That's it!

About

full stack app with play scala, vue js, element ui and scalaz

http://www.kussausliebe.de


Languages

Language:Scala 56.8%Language:Vue 23.2%Language:JavaScript 15.7%Language:HTML 2.9%Language:CSS 1.4%