Git Product home page Git Product logo

ergface's Introduction

#ergface

This is the code for http://ergface.cloudfoundry.com/.  ErgFace is an application to publish your indoor rowing scores 
to the Facebook Timeline and Ticker using the Open Graph protocol. It's written using node.js and jquery mobile with a 
mongodb data store and running on the cloudfoundry.com platform. 

The code should be fully functional, but I donÕt claim that itÕs very good :)  It was a proof of concept to explore 
node.js, mongo, cloud foundry and the FB timeline.  

app.js handles creating the server, connecting to mongo and persisting the data, and it also handles the callback for FB 
Open Graph.  It could be improved by using a framework like Express.  Also, it doesnÕt handle all links from FB due to 
the way the server is done (simple case statements).  

The rest of the code is a simple interface utilizing jquery mobile to allow users to enter a score (date, distance, split 
(optional), time (optional)).  

CloudFoundry

Here's some notes from my cloudfoundry experience.  I don't come from a Ruby background so this was a completely new 
experience for me.  When I developed ergface cloud foundry was brand spanking new so things may have changed.  

Here's what I tagged to get started: http://delicious.com/jwagner/cloudfoundry

My application kept crashing and I couldn't figure out why.  Then I discovered: 
vmc log <appname>  AND vmc crashlog <appname>
Sounds simple, but it was a huge help for me

I also eventually learned you can change your password :) You can find helpful commands here:
https://github.com/cloudfoundry/vmc

ergface's People

Contributors

jwagner79 avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.