Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/p6-app-imagefetcher
Simple Image Fetcher
https://github.com/syohex/p6-app-imagefetcher
Last synced: about 19 hours ago
JSON representation
Simple Image Fetcher
- Host: GitHub
- URL: https://github.com/syohex/p6-app-imagefetcher
- Owner: syohex
- License: artistic-2.0
- Created: 2015-10-14T06:59:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T07:01:25.000Z (about 9 years ago)
- Last Synced: 2024-11-09T06:08:33.598Z (about 2 months ago)
- Language: Perl6
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NAME
====App::ImageFetcher - Images fetcher application
SYNOPSIS
========use App::ImageFetcher;
my $app = $app::ImageFetcher.new;
$app.fetch($some_url);DESCRIPTION
===========App::ImageFetcher is simple images fetcher
AUTHOR
======Syohei YOSHIDA
COPYRIGHT AND LICENSE
=====================Copyright 2015 Syohei YOSHIDA
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.