Skip to content

Instantly share code, notes, and snippets.

View EnixCoda's full-sized avatar
👀
Open for local/remote frontend opportunities

Enix EnixCoda

👀
Open for local/remote frontend opportunities
View GitHub Profile
@EnixCoda
EnixCoda / battery.js
Created March 22, 2017 05:01
ECNU宿舍电量查询脚本
const http = require('http')
const options = {
host: 'wx.ecnu.edu.cn',
path: '/CorpWeChat/card/dogetEle.html',
method: 'POST',
headers: {
'X-Requested-With': 'XMLHttpRequest',
'Content-Type': 'application/x-www-form-urlencoded'
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Luck Money</title>
<style>
* {
margin: 6px;
}