Giter Club home page Giter Club logo

towhee's Introduction

TowHee is a beautiful small bird :) See a presentation of the app and some of its features here: http://www.cssherry.com/TowHee

Setup

  • sudo npm install
  • npm install -g bower
  • bower install
  • brew install mongodb

Also include angular-slider.min.css from here https://github.com/prajwalkman/angular-slider

Start up server

  • sudo mongod
  • node server.js (in separate tab)

Set up geometric index

  • db.collection.createIndex({ location : "2dsphere" });

Testing

  • Run npm test

Troubleshooting

  • if error [initandlisten] exception in initAndListen: 29 Data directory /data/db not found
    • sudo mkdir -p /data/db/
    • sudo chown id -u /data/db

Pending Issues

  • Events cannot be edited
  • No screening of signup emails
  • Articles are mixed in with events functionality
  • Facebook integration
  • Filter by date (only show events in the future)
  • upload images
  • Select multiple days
  • Shorten Long descriptions
  • Repeating events
  • Store name and long/lat of event
  • Identify each event uniquely ie Event + DateTime

towhee's People

Contributors

supritashankar avatar cssherry avatar preetidave avatar

Watchers

James Cloos avatar  avatar  avatar Hema Kottaisamy avatar  avatar

Forkers

cssherry

towhee's Issues

Nearby searches not 100%

  • events near San Jose/San Francisco not showing up
  • might be related, but if a city is searched, the distance of the "near" search should be adjusted to at least the radius of the city itself

Event page's map

There should be a map of where the event is hosted on the event page. Perhaps linking to google maps directions?

Scrape data

We should scrape data from VolunteerMatch and other websites, especially if they make it easy

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.