Skip to content

Instantly share code, notes, and snippets.

View girishgodage's full-sized avatar

Girish Godage girishgodage

View GitHub Profile
@girishgodage
girishgodage / it-ebooks.md
Created December 30, 2021 08:00 — forked from baiwfg2/it-ebooks.md
Download ebooks as you want
@girishgodage
girishgodage / alanStudio.js
Created January 7, 2021 09:40 — forked from adrianhajdin/alanStudio.js
Alan Studio Code Materials
intent('What does this app do?', 'What can I do here?',
reply('This is a news project.'));
const API_KEY = '7bdfb1b10aca41c6becea47611b7c35a';
let savedArticles = [];
// News by Source
intent('Give me the news from $(source* (.*))', (p) => {
let NEWS_API_URL = `https://newsapi.org/v2/top-headlines?apiKey=${API_KEY}`;