Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blixt/var
Random variable name generator script using the Wordnik API.
https://github.com/blixt/var
Last synced: about 1 month ago
JSON representation
Random variable name generator script using the Wordnik API.
- Host: GitHub
- URL: https://github.com/blixt/var
- Owner: blixt
- Created: 2010-12-14T12:38:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-14T12:39:18.000Z (almost 14 years ago)
- Last Synced: 2024-04-21T10:12:36.084Z (7 months ago)
- Language: PHP
- Homepage: http://var.blixt.org/
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random variable name generator
## Information
A very simple PHP script which generates a random variable name in either camel
case or Python style using the [Wordnik](http://www.wordnik.com/) API.## Setting it up
You will need a Wordnik API key. If you don't have one, you can
[request one here](http://api.wordnik.com/signup/). Put the key in `index.php`.## MIT license
This project is licensed under an MIT license.
Copyright (c) 2010 Andreas Blixt