codesburner / noodleapp

App.net web client. Full of noodles.

Home Page:http://app.noodletalk.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoodleApp

Support us by donating!

Click here to lend your support to: NoodleApp - an app.net web client and make a donation at www.pledgie.com !

Donating enables us to continually add new awesome features and keep the server running fast like bunnies!

NoodleApp

An http://app.net web client.

To use the client

Go here and sign in: http://app.noodletalk.org

Ignore everything below.

Installation instructions (if you want to hack on the code)

SIGN UP TO http://app.net WITH A DEVELOPER ACCOUNT

Create the app.net app

go to https://alpha.app.net/developer/apps/

click "Create an App"

enter the application name: noodleapp-dev

enter the website: http://dev.noodletalk.org:3000

enter the callback url: http://dev.noodletalk.org:3000/auth/appdotnet/callback

click "Create", you will need the client id and client secret below

Ensure you have selected "Current" API for all migrations:

AppNetSettings

Edit /etc/hosts

Add the following: 127.0.0.1 dev.noodletalk.org

Clone the repository

git clone git://github.com/ednapiranha/noodleapp.git

Install node through the website http://nodejs.org/#download

cd noodleapp

cp local.json-dist local.json

change the domain in local.json to: http://dev.noodletalk.org

copy and paste your app.net client id and secret to local.json under 'appnet_consumer_key' and 'appnet_consumer_secret'

adjust redis databases accordingly on local.json

npm install

Run the site

node app.js

go to http://dev.noodletalk.org:3000

Tests

make test

Current status on master: Build Status

About

App.net web client. Full of noodles.

http://app.noodletalk.org

License:BSD 3-Clause "New" or "Revised" License