GithubHelp home page GithubHelp logo

zacanger / loonaverse.co Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 2.15 MB

The source for loonaverse.co

Home Page: http://loonaverse.co

License: MIT License

JavaScript 88.87% HTML 7.00% Dockerfile 3.48% Shell 0.65%
tumblr twitter social-media-aggregator social-media loona kpop

loonaverse.co's Introduction

WIP doesn't exist at that URL again yet

screenshot

The source for Loonaverse, a Loona-related social post aggregator.

The server is Koa, client is React. The bundle is checked in because I deploy this manually on a little VPS right now.

If you want to fork this to work with non-Loona tags, all you need to do is change tags.js and add a config.js in the root:

module.exports = {
  // register an app at https://www.tumblr.com/settings/apps
  tumblr: {
    consumer_key: 'CONSUMER_KEY',
    consumer_secret: 'CONSUMER_SECRET'
  },
  // register an app at https://apps.twitter.com/
  twitter: {
    consumer_key: 'CONSUMER_KEY',
    consumer_secret: 'CONSUMER_SECRET',
    access_token_key: 'ACCESS_TOKEN_KEY',
    access_token_secret: 'ACCESS_TOKEN_SECRET'
  },
  maxPosts: 1000 // max posts to keep in cache
}

License: MIT

loonaverse.co's People

Contributors

zacanger avatar

Watchers

 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.