Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a contribute.json? #82

Open
pdehaan opened this issue Aug 28, 2018 · 3 comments
Open

Add a contribute.json? #82

pdehaan opened this issue Aug 28, 2018 · 3 comments

Comments

@pdehaan
Copy link
Collaborator

pdehaan commented Aug 28, 2018

Basically a dupe of mozilla/ensemble#200...
While this isn't a front-end project, it may be useful here as well.

{
  "name": "ensemble-transposer",
  "description": "ensemble-transposer fetches raw data from Mozilla's data engineers, adds metadata to it, and makes it available over various API endpoints.",
  "repository": {
    "url": "https://github.com/mozilla/ensemble-transposer",
    "license": "MPL-2.0"
  },
  "keywords": [
    "Node",
    "JavaScript",
    "Express"
  ],
  "bugs": {
    "list": "https://github.com/mozilla/ensemble-transposer/issues",
    "report": "https://github.com/mozilla/ensemble-transposer/issues/new"
  },
  "urls": {
    "prod": "https://ensemble-transposer.herokuapp.com/"
  }
}

NOTE: Not 100% sure to put as the "prod" URL, since there is no "/" route, and that currently 404s (but still passes the linter at https://www.contributejson.org/).

@openjck
Copy link
Contributor

openjck commented Aug 28, 2018

Ah, good thinking!

@openjck
Copy link
Contributor

openjck commented Aug 28, 2018

I wonder if/how we would serve this if we rewrite this as a Lambda task as per #81.

@pdehaan
Copy link
Collaborator Author

pdehaan commented Aug 28, 2018

Maybe if we switch to Lambda tasks, the contribute.json wouldn't be needed. 🤷‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants