Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishaltelangre/xkcd-browser
Yet another XKCD comic browser implemented in Elm!
https://github.com/vishaltelangre/xkcd-browser
elm xkcd xkcd-client
Last synced: 15 days ago
JSON representation
Yet another XKCD comic browser implemented in Elm!
- Host: GitHub
- URL: https://github.com/vishaltelangre/xkcd-browser
- Owner: vishaltelangre
- Created: 2017-12-30T17:08:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T07:57:10.000Z (about 1 year ago)
- Last Synced: 2024-04-14T13:05:22.335Z (7 months ago)
- Topics: elm, xkcd, xkcd-client
- Language: Elm
- Homepage: https://xkcd.vishaltelangre.com
- Size: 104 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another XKCD Comic Browser
Built with ❤️ using Elm.
### Preview GIF
![xkcd-browser](https://user-images.githubusercontent.com/876195/34456050-5bbb577a-edb3-11e7-91c2-22aedecb7cac.gif)
It is hosted at https://xkcd.vishaltelangre.com.
### To run locally
```
npm install
elm-app start
```### To make production build
```
npm run-script build
```### License
```
MIT LicenseCopyright (c) 2017 Vishal Telangre
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```