Blog platform that displays content from OEmbed providers, built with Meteor.js
##Installation Instructions Prerequisits:
You should install git according to your operating system.
The installation consists of following steps.
- Install meteor according to your operating system.
- link: https://www.meteor.com/
- clone meteor-oembed-blog
- Create new directory (i.e. API)
- Change to created directory (i.e. API)
-
git clone https://github.com/apinf/meteor-oembed-blog.git
- Go into meteor-oembed-blog
- Install npm depedencies
meteor npm install
- Start application
meteor
Meteor starts localserver and application is running in address localhost:3000