Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekaitz-zarraga/guile-neocities
Neocities cli and api (mirror)
https://github.com/ekaitz-zarraga/guile-neocities
Last synced: 17 days ago
JSON representation
Neocities cli and api (mirror)
- Host: GitHub
- URL: https://github.com/ekaitz-zarraga/guile-neocities
- Owner: ekaitz-zarraga
- License: gpl-3.0
- Created: 2024-03-24T11:36:15.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T16:41:57.000Z (8 months ago)
- Last Synced: 2024-03-26T12:40:56.652Z (8 months ago)
- Language: Scheme
- Homepage: https://git.elenq.tech/guile-neocities
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Guile Neocities
Guile API and command line tool for [Neocities API](https://neocities.org/api).
If you wish to read some documentation, the `doc` folder should cover your
needs. If you want to read it in a better format, you can use `texinfo` to
convert it to Info, PDF or HTML.If you want to play around with the command line tool, install it using the
documentation and just run `neocities --help` to learn how to use it.If you are interested on the Guile API, you should take a look to the docs, and
use `neocities/cli.scm` as a source of simple and useful examples.