Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joindin/callingallpapers.com
Code for callingallpapers.com - the site to find open CfPs for coding conferences
https://github.com/joindin/callingallpapers.com
Last synced: 5 days ago
JSON representation
Code for callingallpapers.com - the site to find open CfPs for coding conferences
- Host: GitHub
- URL: https://github.com/joindin/callingallpapers.com
- Owner: joindin
- Archived: true
- Created: 2015-06-07T18:26:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T17:10:36.000Z (12 months ago)
- Last Synced: 2024-08-01T12:33:46.482Z (3 months ago)
- Language: JavaScript
- Homepage: https://callingallpapers.com
- Size: 208 KB
- Stars: 12
- Watchers: 6
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - joindin/callingallpapers.com - Code for callingallpapers.com - the site to find open CfPs for coding conferences (others)
README
# Calling all Papers
This site shows open Calls for Papers (CfPs) that are available via the [joind.in-API](http://api.joind.in)
## Welcome
The Joind.in project welcomes all contributors regardless of your ability or experience. We
especially welcome you if you are new to Open Source development and will provide a helping hand. To
ensure that everyone understands what we expect from our community, our projects have a [Contributor
Code of Conduct](CODE_OF_CONDUCT.md) and by participating in the development of joind.in you agree
to abide by its terms.## Setup
This site runs with [AngularJS](https://angularjs.org/).
Angular.js and all the other dependencies can be installed using [Bower](http://bower.io/). To
install bower have a look at http://bower.io/#install-bower. It basically boils down to runningnpm install -g bower
which means you also need node and npm running.
To get the dependencies go to the root-directory of the repository and call
bower install
That should install all necessary dependencies into ```/inc/lib``` and you should be able to
call the ```index.html``` to get an overview of open CfPs