Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

File metadata and controls

30 lines (21 loc) · 1.03 KB

Cloudfinder

Агрегатор соціальних медіа , якому ти задаєш для моніторингу ключові слова, а він через апі видає результати.

Team

The short list of app capabilities:

  • Authorization / Registration
  • Search in Youtube, Twitter, Vimeo using their API
  • Navigation to post
  • Storing Post as bookmark / Bookmarks page
  • Commenting posts / Comments Page

Project is written using Webpack, Angular 2, Typescript, Bootstrap and Redux pattern using @ngrx/store as component communication. Localstorage is temporary used instead of real BD

Live

http://cloudfinder.cf

Running the project locally:

clone or download the project

$ npm install
$ npm start

Vimeo and Twitter API needs server communication, so local server with PHP > 5.5 needed