Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit dfa2077

Browse files
committed
rename to climbwhere api
1 parent 2664e1b commit dfa2077

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Pocket
1+
# Climbwhere API
22

3-
Climbing gym slot scraper.
3+
Climbing gym slot scraper.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pocket",
2+
"name": "@climbwhere/api",
33
"version": "0.0.1",
44
"description": "Climbing gym slot scraper",
55
"author": "Ravern Koh <[email protected]>",

src/db/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
development: {
33
client: "postgres",
44
connection: {
5-
database: "pocket",
5+
database: "climbwhere",
66
user: "postgres",
77
password: "postgres",
88
},

0 commit comments

Comments
 (0)