Giter Site home page Giter Site logo

flockso's Introduction

flockSO - StackOverflow for FlockOS!

FlockSO is a product created at the Flock Hackathon - Flockathon, to be precise - hosted at their office on 18-19th Feb 2017. It was a hackathon to get developers to create apps that make lives easy - of developers, teams and people in general.

As developer who is your best friend after Google? Yes - StackOverflow.

This was a combined effort of 24 hours by @havanagrawal, @sunnyshah2894, @ak1132 and me!

Stack details:

  1. Node backend - watcher, services and everything else.
  2. Flock App with all the below mentioned configurations enabled and queries mapped to correct service URLs.
  3. StackExchange API.

Details:

We have tried to incroprate as many actions as possible, which we do normally on SO - any more suggestions and ideas are welcome. We also tried to use as many features of FlockOS as possible.

  • Slash commands - use /SO to ask SO something! e.g. /SO java how to read a file
  • Bot response - The server queries SO API to find the top questions related to your input and we pick 3 best answers which are sent via Bot response.
  • FlockML - We wanted the user to be able to upvote an answer right from Flock - so we presented a button using hacks in FlockML ;) - WIP as we need to get OAuth in place
  • Watch - The user can also add a question to the watch list. Whenever there is a change(a new answer, a new accepted answer, comment, change of question etc), your friend - Bot comes and updates you about any activity that happened on the app!
  • App launcher button - to show the user a list of all the questions he is watching - and obviously to un-watch them(WIP)!

PS - Any one willing to contribute to make this app live and finish all WIPs - I owe you a ๐Ÿบ

flockso's People

Contributors

ak1132 avatar havanagrawal avatar sunnypatel165 avatar sunnyshah2894 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flockso's Issues

Fix the async issue for StackOverflow API calls

We should probably start using promises/futures for our StackOverflow API calls. Right now, the behavior is really unpredictable (read as "completely wrong")

For instance, the function getLastActivityTime in watcher.js doesn't actually wait for getting the last activity time, and always ends up adding 0 as the last known time.
We could fix this by

  1. Passing userId to the function
  2. Updating the watcher in getLastActivityTime inside the callback itself, and return nothing

but that's just bad design imho.

Solutions:

  1. Use promises/futures
  2. Use a better rest client

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.