tuddman /
moarweba
This seed repo provides a collection of Clojure libraries patterned together to get you up and running in less than one minute with a solid Clojure REST-ful Web Server.
Loading repository data…
bsinglet / repository
This library provides basic Tenable.io and Tenable.SC API functionality in Clojure.
This library provides basic Tenable.io and Tenable.SC API functionality in Clojure.
In its current form, you would want to edit src/clj_tenable_api/core.clj to substitute the appropriate values into -main. You also need to create the src/clj_tenable_api/tenable_sc_keys.txt file and put your Tenable.SC API keys in it. Just paste the access key into the first line, and the secret key into the second line, without any text or formatting.
Then, you can execute the project by running lein run from the same directory as this README file.
Copyright © 2021 Benjamin M. Singleton
Distributed under the GNU General Public License v3.0.
Selected from shared topics, language and repository description—not editorial ratings.
tuddman /
This seed repo provides a collection of Clojure libraries patterned together to get you up and running in less than one minute with a solid Clojure REST-ful Web Server.
andeemarks /
This library provides a Clojure interface to access the Novation Launchpad MK2 programmatically.
kay1759 /
This library provides enqueueing mail to MailQueue in Clojure.
lomin /
This library for both Clojure and ClojureScript provides an 'each' selector to use in combination with specter and tree-like data structures. It also provides the macros '+>>' and 'each+>>' to chain specter transformations.
kay1759 /
This library provides Selenium Driver in Clojure - a wrapper of 'java selenium webdriver'.