Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmartinmimi/curlua
simple web interface for lua using curl
https://github.com/wmartinmimi/curlua
curl libcurl lua simple web
Last synced: about 1 month ago
JSON representation
simple web interface for lua using curl
- Host: GitHub
- URL: https://github.com/wmartinmimi/curlua
- Owner: wmartinmimi
- License: mit
- Created: 2022-09-25T14:55:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T15:20:01.000Z (over 2 years ago)
- Last Synced: 2024-10-16T19:16:54.531Z (3 months ago)
- Topics: curl, libcurl, lua, simple, web
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curlua
simple web interface for lua using curl
## What is it?
A library designed to help lua developers connect to the web
- simple
- small
- single file script
- a hobby projectcurlua is a combination of curl and lua.
*I do not own curl though*
## Requirements
- curl installed in user device
## How to use
```lua
require "curlua"html = curlua.get("https://example.com")
print(html)
```More examples can be found in project root.
## Issues, Pull requests
Feel free to create issues and pull requests!
Any nice contributions are welcomed.## License
MIT License (same as lua)