Skip to content
/ FeedMii Public

A mini-Pinterest using Rails and stream.io, a push notification library

Notifications You must be signed in to change notification settings

djl132/FeedMii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What it is (DEMOS COMING SOON)

FeedMe is a small project I used to learn push notifications libraries like stream.io. FeedMe allows you to post things, follow other users, and pin posts. All such activity is recorded in flat feeds. And all following activity is recorded by notifications feed and aggregated feed.

Configuration

bundle

rails db:migrate

Use figaro gem to securely store streamio authenticaion information (keys and secrets), for example.

figar install

Terminal should look like this:

Dereks-MacBook-Pro:FeedMe DerekJLin$  figaro install
      create  config/application.yml
      append  .gitignore

Add keys into application.yml.

Done.

About

A mini-Pinterest using Rails and stream.io, a push notification library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published