Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

mallowlabs/amzn-ics

Repository files navigation

amzn-ics

Deploy Circle CI

Overview

Amazon bookmarks and ics generator.

Setup

copy dot.env to .env, and edit it.

DEVISE_SECRET_KEY

Generate secret key

bundle exec rake secret

OMNIAUTH_PROVIDER, OMNIAUTH_ARGS

You need to set environment variables as follows:

OMNIAUTH_PROVIDER=twitter
OMNIAUTH_ARGS="['TWITTER_API_KEY','TWITTER_SECRET']"

AWS_ACCESS_KEY_ID, AWS_SECRET_KEY

Set Amazon Product Advertising API keys.

AWS_ACCESS_KEY_ID=Your AWS Access Key
AWS_SECRET_KEY=Your AWS Secret Key

run

$ bundle install --path .bundle
$ bundle exec rake db:migrate
$ bundle exec rails s

License

The MIT License (MIT) Copyright (c) 2015 mallowlabs

About

Amazon bookmarks and ics generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published