Giter Club home page Giter Club logo

olinapps's Introduction

olinapps

Sections

apps/calendar.js

A common calendar for all things happening around campus.

apps/dining.js

This is a dining hall menu viewer and API. Needs a separate instance to poll and update the menu regularly.

apps/directory.js

A listing of all current students and their contact info. Students and alumni can add their own contact information by signing in.

apps/launchpad.js

This is a static list of websites, all searching is done client-side. You can edit the views/launchpad.jade file to add/change links.

apps/printers.js

This is a list of printers, regenerated using the tools/update_printers.sh script, saved in data/printers.txt. Need to be updated for new printers and configurations.

Contributing

1. Set up a dev environment

You'll need to install Node.js, git, and MongoDB. Optionally the Heroku Toolbelt if you have access to the Heroku servers.

OS X

Get Homebrew

brew update
brew install node git mongodb heroku

Debian/Ubuntu

# node
sudo apt-get install nodejs npm

# git
sudo apt-get install git

# mongodb
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt-get update
sudo apt-get install -y mongodb-org

# heroku
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh

Windows Installers

2. Fork OlinApps on GitHub

https://github.com/olin/olinapps Once you have your own fork, clone to your computer locally and install the npm packages.

git clone https://github.com/YourName/olinapps
cd olinapps
npm install

3. Make your changes and test them locally

First start a mongodb instance with mongod. You can now run the app locally with node app.js if you have all of the proper software installed as described above.

mongod &
node app.js

Now you can open a browser and navigate to localhost:3000 and see the app.

4. Push to GitHub and submit a pull request

After brief code review your branch will be tested on https://stage.olinapps.com and if nothing goes horribly wrong your changes will be merged in to master.

Contact

Contact @EvanSimpson for questions.

olinapps's People

Contributors

tcr avatar evansimpson avatar evandorsky avatar kevinji avatar

Watchers

James Cloos avatar  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.