GithubHelp home page GithubHelp logo

okcml's Introduction

okcupid-parser

TODO

  • Get OkCupid accounts set up in a variety of cities
  • Figure out how to scrape data off of them. Cron? Maybe long running process is better...
  • Save data? Don't save data?
  • Use classifier, label
  • Make tumblr account? Or send back to other users? I think tumblr may be better since our names are going to be public
  • Write blog post thing about what we did, how we did it, why we did it, etc
  • Write a service that auto-deletes spammy stuff from you inbox (or archives it or something). Maybe this is actually browser extensions!

Install procedure

  1. Install and run Mongodb on standard port
  2. Copy config file config/default.js.sample to config/default.js and fill in the appropriate fields

'run' file

  • ./run sandbox to run the web app server locally with default port of 4000 (hostname of localhost:4000). Additionally, you can get pretty output via ./run sandbox | util/pretty.js
  • ./run production to run the server locally using client-side optimized output. This also uses config/production.js
  • ./run test to run unit tests
  • ./run lint to run js linter

High level framework documentation

The framework is built in layers. Layers can be asynchronous.

  1. Routes -- routes for a single resource only to transform parameters (app/routes/)
  • calls middleware for parameter checks (app/middleware)
  1. Handlers -- functions that deal with data

Rebase workflow

For collaborators, I prefer rebase workflow as opposed to merge workflow.

okcml's People

Contributors

taijinlee avatar

Watchers

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