Skip to content

Commit

Permalink
Update readme and package init
Browse files Browse the repository at this point in the history
  • Loading branch information
homestar9 committed Jan 14, 2023
1 parent 38892e4 commit daa8da7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 30 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Nap Time

![Teddy Bear Taking a Nap](./nap-time.svg)
![Teddy Bear Taking a Nap](https://github.com/homestar9/nap-time/blob/master/nap-time.svg?raw=true)

This simple app will sleep for a specified amount of time and then return a response. It is useful for testing timeouts in other applications, or API wrappers when you need to simulate a slow response for your own timeout handling.
_The laziest app you've ever used. Guaranteed, or your money back._

This simple app will sleep for a specified amount of time and then return a generic response. Nap Time is useful tool for when you need to simulate slow third-party server responses or handling timeouts in your API wrappers or other apps.

## Usage

Expand Down
59 changes: 31 additions & 28 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
{
"name":"Nap Time",
"version":"1.0.0",
"author":"Angry Sam Productions, Inc.",
"bugs":"https://github.com/homestar9/nap-time/issues",
"changelog":"https://github.com/homestar9/nap-time/changelog.md",
"contributors":[],
"dependencies":{},
"description":"An app that sleeps for a specified amount of time and then returns a response. Useful for testing timeout handling in your other apps.",
"devDependencies":{
"testbox":"^4.5.0+5"
},
"documentation":"",
"location":"ForgeboxStorage",
"homepage":"https://github.com/homestar9/nap-time",
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"installPaths":{
"testbox":"testbox/"
"documentation":"https://github.com/homestar9/nap-time",
"repository":{
"type":"git",
"URL":"https://github.com/homestar9/nap-time"
},
"readme":"https://github.com/homestar9/nap-time/README.md",
"bugs":"https://github.com/homestar9/nap-time/issues",
"slug":"nap-time",
"shortDescription":"The laziest app you've ever used. Guaranteed, or your money back.",
"description":"A CFML app that sleeps for a specified amount of time and then returns a generic response. Useful for testing timeout handling in your other apps.",
"instructions":"https://github.com/homestar9/nap-time/README.md",
"changelog":"https://github.com/homestar9/nap-time/changelog.md",
"type":"modules",
"keywords":[],
"private":false,
"projectURL":"https://github.com/homestar9/nap-time",
"license":[
{
"type":"MIT",
"URL":"https://github.com/homestar9/nap-time/blob/master/LICENSE.md"
}
],
"location":"forgeboxStorage",
"name":"Nap Time",
"private":false,
"projectURL":"https://github.com/homestar9/nap-time",
"repository":{
"type":"git",
"URL":"https://github.com/homestar9/nap-time"
"contributors":[],
"dependencies":{},
"devDependencies":{
"testbox":"^4.5.0+5"
},
"installPaths":{
"testbox":"testbox/"
},
"scripts":{},
"shortDescription":"An app that sleeps for a specified amount of time and then returns a response",
"slug":"nap-time",
"ignore":[
"**/.*",
"/test/",
"/tests/"
],
"testbox":{
"bundles":"",
"directory":"tests.specs",
Expand All @@ -58,6 +59,8 @@
"watchDelay":500,
"watchPaths":"**.cfc"
},
"type":"modules",
"version":"1.0.0"
"reinitWatchDirectory":"",
"reinitWatchDelay":500,
"reinitWatchPaths":"",
"readme":"https://github.com/homestar9/nap-time/README.md"
}

0 comments on commit daa8da7

Please sign in to comment.