radgrad/radgrad2

View on GitHub
scripts/ts/internship-import/InternAlohaUrls.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum InternAlohaUrls {
  '80000hours' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/80000hours.canonical.data.json',
  'angellist' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/angellist.canonical.data.json',
  'apple' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/apple.canonical.data.json',
  'cisco' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/cisco.canonical.data.json',
  'glassdoor' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/glassdoor.canonical.data.json',
  'idealist' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/idealist.canonical.data.json',
  'indeed' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/indeed.canonical.data.json',
  'linkedin' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/linkedin.canonical.data.json',
  'monster' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/monster.canonical.data.json',
  'nsf-reu' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/nsf-reu.canonical.data.json',
  'simplyhired' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/simplyHired.canonical.data.json',
  'soc' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/soc.canonical.data.json',
  'stackoverflow' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/stackoverflow.canonical.data.json',
  'ziprecruiter' = 'https://raw.githubusercontent.com/internaloha/internaloha/master/scraper/data/canonical/ziprecruiter.canonical.data.json',
}