No description
Find a file
2012-11-28 09:04:31 +09:00
.meteor tweaks 2012-11-21 12:30:45 +09:00
client added digest posts limit back in 2012-11-28 09:04:31 +09:00
common reworking signin/signup and even tracking 2012-11-26 17:11:21 +09:00
public added favicon 2012-10-19 12:59:35 +09:00
server reworking signin/signup and even tracking 2012-11-26 17:11:21 +09:00
.gitignore tweaking settings options 2012-11-18 09:04:32 +09:00
README.md improved readme 2012-11-25 19:50:29 +09:00
smart.json switching to 0.5 2012-10-18 14:24:36 +09:00
smart.lock The startRequest function should only run when the page of the router changes. 2012-11-22 10:26:23 +11:00

Telescope is an open-source, real-time social news site built with Meteor

Note: Telescope is beta software. Most of it should work but it's still a little unpolished and you'll probably find some bugs. Use at your own risk :)

Learn More

Features

  • Real-time (of course!)
  • Password-based and/or Twitter auth
  • Notifications
  • Mobile-ready & responsive
  • Invite-only access for reading and/or posting
  • Markdown support
  • Day by day view

Installation

Running Telescope on Heroku

  • Use the Heroku buildpack for Meteorite to push to Heroku: heroku create --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git
  • Add MongoHQ addon

First Run

  • Set the root URL variable used for Twitter auth (on Heroku: heroku config:add ROOT_URL=http://your_url)
  • Fill in your Twitter keys
  • The first user account created will automatically be made admin
  • Check out the settings page and fill out basic things like the site's name