Coder Social home page Coder Social logo

ggpasqualino / meetup Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 162 KB

Meet the Meetup - A project to help meetup organizers to understand the members of their Meetup.com groups

Home Page: https://meet-the-meetup.herokuapp.com/

JavaScript 10.86% Elixir 80.50% HTML 8.63%

meetup's People

Contributors

ggpasqualino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

meetup's Issues

Using expired token

The token from the user is valid only for one hour, so we should think of a solution for that.

  • Check before the usage and refresh token
  • Drop session

Timeout

The stats need all the members from the meetup group, and that may take too long to get from the meetup api. Because of that we might get timeouts client - application or application - api.

Add pagination facade

The page size limit of the api is 200.
If we want to process all the members of a group bigger than this we need to bypass this limitation.

Change statistics page to use websockets

The data collection from meetup.com can be very slow depending on the size of the group, so it would be more interesting to use websockets to receive the data instead of the normal HTTP flow.

Use oauth instead of api key

In this moment we use api key in order to make the requests, and because of that each person who wants to see the information needs to get a key and start a server.

In order to provide this as a service we need to be able to act in the name of the user, so we need to add meetup oauth authentication.

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.