Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dblock/hackcentral
The best way to organize and run a hackathon.
https://github.com/dblock/hackcentral
Last synced: 13 days ago
JSON representation
The best way to organize and run a hackathon.
- Host: GitHub
- URL: https://github.com/dblock/hackcentral
- Owner: dblock
- License: mit
- Created: 2015-02-10T15:07:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-10T15:11:06.000Z (almost 10 years ago)
- Last Synced: 2024-10-08T23:10:47.024Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 502 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# HackCentral
[![Build Status](https://travis-ci.org/hackcentral/hackcentral.svg?branch=master)](https://travis-ci.org/hackcentral/hackcentral)
[ ![Codeship Status for hackcentral/hackcentral](https://codeship.com/projects/44c44710-7f36-0132-ec57-766d3855e68b/status?branch=master)](https://codeship.com/projects/57219)
[![Coverage Status](https://coveralls.io/repos/hackcentral/hackcentral/badge.png)](https://coveralls.io/r/hackcentral/hackcentral)
[![Dependency Status](https://gemnasium.com/hackcentral/hackcentral.svg)](https://gemnasium.com/hackcentral/hackcentral)
[![Code Climate](https://codeclimate.com/github/hackcentral/hackcentral/badges/gpa.svg)](https://codeclimate.com/github/hackcentral/hackcentral)The best way to organize and run a hackathon.
If you're looking for the server setup HackCentral repo, check it out [here](https://github.com/hackcentral/server-stuff).
## Contributing
It's awesome you want to contribute! You're encouraged to submit pull requests, propose features and discuss issues.
Check out the [issue tracker](https://github.com/hackcentral/hackcentral/issues) for things that need to be worked on.See [CONTRIBUTING](CONTRIBUTING.md) to get HackCentral setup on your local machine.
## License
MIT License. See LICENSE for details.
## API
(documentation is in progress)
[API Documentation](https://developers.hackcentral.co/)
We have an official OmniAuth strategy available as a gem:
Add to Gemfile:
```ruby
gem 'omniauth-hackcentral'
```Now are you are ready to use!
```ruby
use OmniAuth::Builder do
provider :hackcentral, ENV['HACKCENTRAL_APPLICATION_ID'], ENV['HACKCENTRAL_APP_SECRET']
end
```Want to contribute? Check out the source code on [GitHub](https://github.com/hackcentral/omniauth-hackcentral).