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

Function getProjects

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

Source from the content-addressed store, hash-verified

2import config from '../../config.json';
3
4export const getProjects = async () => {
5 const { data } = await axios.get(
6 `https://api.github.com/users/${config.social.github}/repos`,
7 );
8 return data;
9};
10
11export const getReadme = async () => {
12 const { data } = await axios.get(config.readmeUrl);

Callers 1

projectsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected