https://github.com/bhb/wordly
Counts visible word on web pages
https://github.com/bhb/wordly
Last synced: 3 months ago
JSON representation
Counts visible word on web pages
- Host: GitHub
- URL: https://github.com/bhb/wordly
- Owner: bhb
- License: epl-1.0
- Created: 2015-04-24T06:56:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T07:15:18.000Z (over 11 years ago)
- Last Synced: 2026-02-20T13:58:52.377Z (5 months ago)
- Language: Clojure
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordly
Counting the visibible words on websites since 2015.
**IMPORTANT** : The data storage is currently in-memory, so if you restart the server, you will lose all cached counts.
## Prerequisites
Install Homebrew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Lein
brew install leinengen
## Running
To start a web server for the application, run:
lein ring server
To run the tests (note that some integration tests require an internet connection)
lein test
## Future improvements
* Check words against a dictionary to make sure they are real
* Fetch HTML from URL asynchronously
## License
Copyright © 2015 Ben Brinckerhoff