@apiverve/titlecapitalization 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Title
|
|
1
|
+
Title Case Converter API
|
|
2
2
|
============
|
|
3
3
|
|
|
4
4
|
Title Capitalization is a simple tool for converting title text to various cases. It returns the text converted to your desired case.
|
|
@@ -7,7 +7,7 @@ Title Capitalization is a simple tool for converting title text to various cases
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
This is a Javascript Wrapper for the [Title
|
|
10
|
+
This is a Javascript Wrapper for the [Title Case Converter API](https://apiverve.com/marketplace/api/titlecapitalization)
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
@@ -25,7 +25,7 @@ You can get it by signing up at [https://apiverve.com](https://apiverve.com)
|
|
|
25
25
|
|
|
26
26
|
## Usage
|
|
27
27
|
|
|
28
|
-
The Title
|
|
28
|
+
The Title Case Converter API documentation is found here: [https://docs.apiverve.com/api/titlecapitalization](https://docs.apiverve.com/api/titlecapitalization).
|
|
29
29
|
You can find parameters, example responses, and status codes documented here.
|
|
30
30
|
|
|
31
31
|
### Setup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apiverve/titlecapitalization",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Title Capitalization is a simple tool for converting title text to various cases. It returns the text converted to your desired case.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/apiverve/titlecapitalization-API/issues"
|
|
20
20
|
},
|
|
21
|
-
"homepage": "https://apiverve.com/marketplace/api/titlecapitalization",
|
|
21
|
+
"homepage": "https://apiverve.com/marketplace/api/titlecapitalization?utm_source=npm",
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"mocha": "^10.7.3",
|
|
24
24
|
"chai": "^5.1.1",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"node-fetch": "^3.3.2",
|
|
29
29
|
"promise": "^8.3.0",
|
|
30
|
-
"axios": "1.7.
|
|
30
|
+
"axios": "1.7.7"
|
|
31
31
|
}
|
|
32
32
|
}
|