/word_occurs

App to count word occurrences in a string. Uses Sinatra and Heroku to get online.

Primary LanguageRuby

Word Occurance

By Colin Kingen, 2016

Description

This is a project that utilizes Sinatra as a server and runs on Heroku. It is a simple app that takes a text input and counts the occurances of a specified word within that input.

Setup/Installation Requirements

This app is viewable at: https://francophone-whistler-93824.herokuapp.com/

To install this repository into a new project each time, first

  • Clone the github repository using the git clone command from /Desktop
  • Create a new folder in the Desktop with your project name

Known Bugs

No currently known bugs.

Support and contact details

Contact me on github if you have any questions.

Technologies Used

  • HTML
  • Sinatra
  • Ruby
  • Heroku

License

Licensed under the MIT License

Copyright (c) 2016 Colin W Kingen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.