Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonluca/randomcomic
Serves up a random web comic!
https://github.com/jonluca/randomcomic
Last synced: 26 days ago
JSON representation
Serves up a random web comic!
- Host: GitHub
- URL: https://github.com/jonluca/randomcomic
- Owner: jonluca
- Created: 2017-05-27T13:16:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:43:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T17:59:56.769Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://jonlu.ca/RandomComic/
- Size: 2.86 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomComics
A simple node app to serve up a random comic from one of the following sources:
* xkcd
* Cyanide and Happiness
* Dilbert
* SMBC
* Penny Arcade
* Abstruse Goose
## Live Site
The deployed demo can be found [here](https://jonlu.ca/RandomComic/)
## Contributing
Contributions are always welcome! Familiarize yourself with the source code first, especially `generator.js`.
The format of the comic delivered to the front end is a JSON object with the following properties:
| Field | About | Required |
| ------------- | ------------- | :-: |
| img | Direct URL to the comic image | ✓ |
| publisherUrl | Original URL of the comic | ✓ |
| publisher | The name of the comic strip | ✓ |
| title | Title of the specific comic comic | ✓ |
| alt | Hover text if the comic supports it | |## Complaints/Concerns
If you are one of the comic strip creators and would like your comic *not* included in RandomComic, then please leave a github issue or contact me through email and it will be removed.