{"id":26919100,"url":"https://github.com/mikah13/uptotech","last_synced_at":"2026-04-12T17:02:22.617Z","repository":{"id":202833815,"uuid":"708035167","full_name":"mikah13/UptoTech","owner":"mikah13","description":"An application to compile and display blog posts from the top tech companies in real-time. ","archived":false,"fork":false,"pushed_at":"2024-01-27T04:09:15.000Z","size":160456,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-09T21:20:40.883Z","etag":null,"topics":["bigtech","blog","nextjs","react","typescript","web-scraping"],"latest_commit_sha":null,"homepage":"https://uptotech.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikah13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-21T10:26:18.000Z","updated_at":"2024-01-06T10:58:46.000Z","dependencies_parsed_at":"2023-11-26T00:25:04.779Z","dependency_job_id":"2df0be8b-4c7f-44e4-b69a-c0eb25882e9d","html_url":"https://github.com/mikah13/UptoTech","commit_stats":null,"previous_names":["mikah13/uptotech"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikah13%2FUptoTech","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikah13%2FUptoTech/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikah13%2FUptoTech/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikah13%2FUptoTech/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikah13","download_url":"https://codeload.github.com/mikah13/UptoTech/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246712846,"owners_count":20821804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigtech","blog","nextjs","react","typescript","web-scraping"],"created_at":"2025-04-01T21:30:12.497Z","updated_at":"2026-04-12T17:02:17.579Z","avatar_url":"https://github.com/mikah13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# UptoTech\n\nIntroducing a full-stack Next.js application designed to aggregate and display blog posts from the top tech companies in real-time. \n\n\n## Tech Stack\n\n**Framework:** React, Next.js\n\n**Styling:** TalwindCSS, Shadcn\n\n**Libraries:** cheerio \n\n**Hosting:** Vercel\n\n\n## Installation\n\nClone the project\n\n```bash\n  git clone https://github.com/mikah13/UptoTech\n```\n\nGo to the project directory\n\n```bash\n  cd uptotech\n```\n\nInstall dependencies\n\n```bash\n  pnpm install\n```\n\nStart the server\n\n```bash\n  pnpm run dev\n```\n\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file:\n\n`BASE_URL`\n\n\nIf you host it locally, it would look like:\n\n\n```\nBASE_URL=http://localhost:3000\n```\n\n## Add a new blog platform\n\nEdit `blogs.config.ts` file to add a new platform. \n\n- Create a new JSON object for the blog platform and mark as const. This JSON object needs to follow the type structure of `PAGEFIELD` which is defined in type.ts. Example would look like below:\n\n```js\nconst BLOG_PLATFORM = {\n  platform: 'Name of platform',\n  url: 'link to the page',\n  postSelector: 'selector to each of blog item',\n  title: 'selector to title',\n  link: 'selector to link',\n  date: 'selector to date',\n  thumbnail: 'selector to thumbnail',\n  tags: 'selector to tags. can take multiple tags.',\n  dateConversion: 'date conversion function, defined in types',\n};\n\n```\n\n- Then you need to add this object to `BLOGS_TO_FETCH`\n\n``` ts\nexport const BLOGS_TO_FETCH: Record\u003cstring, PageField\u003e = {\n  Google: GOOGLE_BLOG,\n  Meta: META_BLOG,\n  IBM: IBM_BLOG,\n  Lyft: LYFT_BLOG,\n  GitHub: GITHUB_BLOG,\n  Amazon: AMAZON_BLOG,\n  Dropbox: DROPBOX_BLOG,\n  NewBlog: BLOG_PLATFORM\n};\n```\n\n## Roadmap\n\n* [ ] Add more platforms\n\n* [ ] Store blog posts in database\n\n* [ ] Add searching/filtering ability\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikah13%2Fuptotech","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikah13%2Fuptotech","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikah13%2Fuptotech/lists"}