https://github.com/apinf/meteor-oembed-blog
Blog platform that displays content from OEmbed providers, built with Meteor.js
https://github.com/apinf/meteor-oembed-blog
Last synced: 11 months ago
JSON representation
Blog platform that displays content from OEmbed providers, built with Meteor.js
- Host: GitHub
- URL: https://github.com/apinf/meteor-oembed-blog
- Owner: apinf
- License: mit
- Created: 2017-01-10T10:24:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T11:52:45.000Z (over 9 years ago)
- Last Synced: 2025-03-14T16:11:28.633Z (over 1 year ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 0
- Watchers: 16
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor OEmbed Blog
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.
1. Install meteor according to your operating system.
- link: https://www.meteor.com/
2. clone meteor-oembed-blog
1. Create new directory (i.e. API)
2. Change to created directory (i.e. API)
- `git clone https://github.com/apinf/meteor-oembed-blog.git`
3. Go into meteor-oembed-blog
3. Install npm depedencies
- `meteor npm install`
4. Start application
- `meteor`
Meteor starts localserver and application is running in address localhost:3000