@prana-w/btw
Version:
btw_cli (btw: by-the-W) is a simple and powerful Command Line Interface (CLI) designed to help you perform various useful tasks directly from your terminal.
9 lines (8 loc) • 493 B
JavaScript
export const githubStreakUrl = 'https://nirzak-streak-stats.vercel.app/?user=';
export const githubLanguageStatsUrl =
'https://github-readme-stats.vercel.app/api/top-langs';
export const githubApiUrl = 'https://api.github.com/users';
export const sapHomePageUrl = 'https://online.nitjsr.ac.in/endsem/Login.aspx';
export const attendancePageUrl =
'https://online.nitjsr.ac.in/endsem/StudentAttendance/ClassAttendance.aspx';
export const codeforcesApiUrl = 'https://codeforces.com/api';