Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alekcz/neverland
Web client connectivity tools in Pixie
https://github.com/alekcz/neverland
Last synced: about 1 month ago
JSON representation
Web client connectivity tools in Pixie
- Host: GitHub
- URL: https://github.com/alekcz/neverland
- Owner: alekcz
- License: lgpl-3.0
- Created: 2016-01-26T01:08:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T09:24:06.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T01:05:58.738Z (8 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neverland
*A magical for [Pixie](https://github.com/pixie-lang/pixie)*.
Provides web client connectivity tools for Pixie
## Usage
Add `neverland` as a dependecy using [dust](https://github.com/pixie-lang/dust)
[alekcz/neverland.pxi "0.0.1"]
```clojure
(ns foo.bar
(require neverland.core :as nv))(println (nv/get-ip "achielit.com"))
```
## CopyingFree use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files LICENSE included with the source distribution. All copyrights are owned by their respective authors.