https://github.com/jeancochrane/queer-theory-bot
🤖 A bot that tweets queer theory!
https://github.com/jeancochrane/queer-theory-bot
bot grammars twitter-bot
Last synced: 9 months ago
JSON representation
🤖 A bot that tweets queer theory!
- Host: GitHub
- URL: https://github.com/jeancochrane/queer-theory-bot
- Owner: jeancochrane
- Created: 2015-12-11T23:26:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T23:31:49.000Z (over 10 years ago)
- Last Synced: 2024-04-14T05:52:10.691Z (about 2 years ago)
- Topics: bot, grammars, twitter-bot
- Language: JavaScript
- Homepage: https://twitter.com/queertheorybot
- Size: 795 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generate-object-property
Generate safe JS code that can used to reference a object property
npm install generate-object-property
[](http://travis-ci.org/mafintosh/generate-object-property)
## Usage
``` js
var gen = require('generate-object-property');
console.log(gen('a','b')); // prints a.b
console.log(gen('a', 'foo-bar')); // prints a["foo-bar"]
```
## License
MIT