MCPcopy
hub / github.com/Cveinnt/LiveTerm / getReadme

Function getReadme

src/utils/api.ts:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9};
10
11export const getReadme = async () => {
12 const { data } = await axios.get(config.readmeUrl);
13 return data;
14};
15
16export const getWeather = async (city: string) => {
17 try {

Callers 1

readmeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected