A simple catalog of Twitter ID Datasets
Clone or download
Pull request Compare This branch is 65 commits behind DocNow:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_data
_includes
_layouts
css
datasets
images
js
script
.gitignore
.travis.yml
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
feed.xml
index.html

README.md

catalog is a minimal registry of tweet identifier datasets. If you'd like to add a dataset please follow these instructions:

  1. Open the datasets.yml file here on GitHub.
  2. Click on the edit button to edit it.
  3. Create a new dataset entry by following the example of others entries.
  4. Send a pull request to us!

If all of this sounds too complicated don't worry. You can also create an issue in our issue tracker that minimally includes the URL for your dataset. Someone on the team will then edit datasets.yml for you.

If you have ideas or suggestions about the metadata or want to help design the website please send along those pull requests and issues too.

Develop

You can let GitHub Pages build the site for you, but if you want to run it locally you'll need to install Ruby and then:

gem install bundler jekyll
git clone https://github.com/docnow/catalog.git
cd catalog
bundle exec jekyll serve