Skip to content

Instantly share code, notes, and snippets.

View Burbigo's full-sized avatar
🏠
Working from home

Rostyslav Hutii Burbigo

🏠
Working from home
  • Lviv, Ukraine
View GitHub Profile
const TelegramBot = require('node-telegram-bot-api');
const axios = require('axios');
// Telegram's token
const token = 'your_telegrams_token';
//OpenWeatherMap API key
const appID = 'your_openweathermap_api_key';
// OpenWeatherMap endpoint for getting weather by city name
#include <Wire.h>
#include <Servo.h>
#include <Adafruit_MLX90614.h>
Servo myservo1;
Servo myservo2;
bool repeat = true;
Adafruit_MLX90614 mlx;
void setup() {