Skip to content

Files

Latest commit

40b2d1c · May 8, 2021

History

History

service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 20, 2019
Apr 18, 2016
Jan 26, 2018
Jan 26, 2018
Mar 18, 2020
May 23, 2016
Mar 21, 2020
Apr 15, 2016
Apr 7, 2019
Apr 26, 2016
Apr 18, 2016
Apr 18, 2016
May 8, 2021
Apr 18, 2016
Jan 26, 2018
May 8, 2021
May 8, 2021
Apr 12, 2016

This is a Node/Koa service for publishing datasets using the freeyourstuff.cc Chrome extension. It's still pretty minimal, it currently implements:

  • a landing page and some additional page content
  • a signup/register flow with support for Twitter, Facebook, Google & local signup
  • a very rough API to stash data in MongoDB
  • basic routes for viewing collections and showing most recently uploaded ones

To run the service, you have to

  • create a copy of defaultConfig.json called config.json and adapt the config settings
  • run npm install to install required dependencies and build static assets

Main TODOs right now:

  • more security vetting
  • add better library browse features
  • deploy/build fundamentals